beaker icon indicating copy to clipboard operation
beaker copied to clipboard

[RFE] Beaker code needs to use argparse library

Open JohnVillalovos opened this issue 5 years ago • 1 comments

Currently Beaker code in various places is using optparse.

optparse is deprecated in Python 2. And no longer exists in Python 3.

The replacement for optparse is argparse.

JohnVillalovos avatar Jun 01 '20 17:06 JohnVillalovos

What is Python 3? Enterprise world doesn't know this term yet.

StykMartin avatar Jun 02 '20 14:06 StykMartin