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 aronacher, bethard, eric.smith, gregory.p.smith, loewis, marklodato, michael.foord, ncoghlan, orsenthil, r.david.murray, rickysarraf
Date 2009-09-14.19:52:15
SpamBayes Score 6.969691e-05
Marked as misclassified No
Message-id <1252957937.69.0.550421892636.issue6247@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree.  I think option and argument parsing belongs in the standard
(batteries included) library, regardless of how well external package
management works.  

argparse has the advantage over optparse that it has an active
maintainer.  What we do about the stuff in the stdlib that is no longer
maintained is a different discussion, IMO.
History
Date User Action Args
2009-09-14 19:52:18r.david.murraysetrecipients: + r.david.murray, loewis, gregory.p.smith, ncoghlan, orsenthil, bethard, eric.smith, aronacher, michael.foord, rickysarraf, marklodato
2009-09-14 19:52:17r.david.murraysetmessageid: <1252957937.69.0.550421892636.issue6247@psf.upfronthosting.co.za>
2009-09-14 19:52:15r.david.murraylinkissue6247 messages
2009-09-14 19:52:15r.david.murraycreate