Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into reverse-getopt-optpar…
…se-deprecations
  • Loading branch information
ncoghlan committed Dec 8, 2024
commit 7f51456dde2ca7d467b51e0650eedbe188e6ed3e
4 changes: 3 additions & 1 deletion Doc/library/getopt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ In a script, typical usage is something like this:
main()

Note that an equivalent command line interface could be produced with less code
and more informative help and error messages by using the :mod:`optparse` module::
and more informative help and error messages by using the :mod:`optparse` module:

.. testcode::

import optparse

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.