Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate the getopt module in its documentation
The getopt module existed since the initial revision of the Python source code (1990). The optparse module was added to Python 2.3. When Python 2.7 added the 3rd argparse module, the optparse module was deprecated but only in the documentation.
- Loading branch information