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 r.david.murray
Recipients docs@python, r.david.murray, techtonik
Date 2012-12-14.14:11:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355494297.8.0.449740614607.issue16678@psf.upfronthosting.co.za>
In-reply-to
Content
We aren't encouraging people to use optparse any more.  The recipe isn't needed in argparse, as that has a "parse_known_args" method that achieves the same end.
History
Date User Action Args
2012-12-14 14:11:37r.david.murraysetrecipients: + r.david.murray, techtonik, docs@python
2012-12-14 14:11:37r.david.murraysetmessageid: <1355494297.8.0.449740614607.issue16678@psf.upfronthosting.co.za>
2012-12-14 14:11:37r.david.murraylinkissue16678 messages
2012-12-14 14:11:37r.david.murraycreate