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 rickysarraf
Recipients bethard, loewis, orsenthil, rickysarraf
Date 2009-06-10.07:57:17
SpamBayes Score 5.332983e-05
Marked as misclassified No
Message-id <1244620639.58.0.791920970413.issue6247@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure about the design part, but as a user, I find both to have very
similar interfaces.

argparse is better because it handles nargs=*. This has long been
asked in optparse. Positional arguments is something I wanted recently,
and argparse makes it very easy to use that too.
History
Date User Action Args
2009-06-10 07:57:19rickysarrafsetrecipients: + rickysarraf, loewis, orsenthil, bethard
2009-06-10 07:57:19rickysarrafsetmessageid: <1244620639.58.0.791920970413.issue6247@psf.upfronthosting.co.za>
2009-06-10 07:57:17rickysarraflinkissue6247 messages
2009-06-10 07:57:17rickysarrafcreate