This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xmorel
Recipients barry, docs@python, r.david.murray, rhettinger, xmorel
Date 2011-02-22.10:46:13
SpamBayes Score 2.764301e-07
Marked as misclassified No
Message-id <1298371574.32.0.360743729648.issue11260@psf.upfronthosting.co.za>
In-reply-to
Content
One more note I forgot previously: the conversion of as much scripts as possible to argparse would be for three reasons:

* Make behavior consistent across the board (e.g. -h/--help)
* Make CLI documentation format consistent across the board either so users know what to expect and when
* Provide easy to reach (for users) examples of using argparse
History
Date User Action Args
2011-02-22 10:46:14xmorelsetrecipients: + xmorel, barry, rhettinger, r.david.murray, docs@python
2011-02-22 10:46:14xmorelsetmessageid: <1298371574.32.0.360743729648.issue11260@psf.upfronthosting.co.za>
2011-02-22 10:46:13xmorellinkissue11260 messages
2011-02-22 10:46:13xmorelcreate