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 a.kasyanov
Recipients a.kasyanov, asvetlov, chris.jerdonek, ezio.melotti, georg.brandl, orsenthil, r.david.murray, tshepang
Date 2012-12-23.12:30:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356265823.14.0.620150954899.issue15302@psf.upfronthosting.co.za>
In-reply-to
Content
I've looked through the second patch and I'm not sure about how argparse usage was implemented here - parse_args() result is being converted to getopt-style list of (option, value) pairs.
 
Is there any sense in using argparse this way?
History
Date User Action Args
2012-12-23 12:30:23a.kasyanovsetrecipients: + a.kasyanov, georg.brandl, orsenthil, ezio.melotti, r.david.murray, asvetlov, chris.jerdonek, tshepang
2012-12-23 12:30:23a.kasyanovsetmessageid: <1356265823.14.0.620150954899.issue15302@psf.upfronthosting.co.za>
2012-12-23 12:30:23a.kasyanovlinkissue15302 messages
2012-12-23 12:30:22a.kasyanovcreate