Formatted Output and Argument Parsing (was: Re: Flubbed it in the second interation through the string: range error... HOW?)
Chris Angelico
rosuav at gmail.com
Wed May 29 09:58:09 EDT 2024
On Wed, 29 May 2024 at 23:06, Dan Sommers via Python-list
<python-list at python.org> wrote:
> (For the history-impaired, getopt existed long before Python and will
> likely exist long after it, but getopt's "replacement" optparse lasted
> only from 2003 until 2011.)
Depends on your definition of "lasted". It's not getting developed
further, but it's still there. If you started using it, you're welcome
to keep going.
https://docs.python.org/3/library/optparse.html
ChrisA
More information about the Python-list
mailing list