-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
According to https://docs.python.org/2/library/optparse.html:
Deprecated since version 2.7: The
optparsemodule is deprecated and will not be developed further; development will continue with theargparsemodule.
Since argparse is also available starting in Python 2.7, we aren't losing any compatibility with Python 2.x by switching to it, and we'll become forward-compatible with Python 3.x and beyond as optparse will likely be removed from Python stdlib at some point.
Metadata
Metadata
Assignees
Labels
No labels