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 asvetlov
Recipients a.kasyanov, asvetlov, chris.jerdonek, ezio.melotti, georg.brandl, orsenthil, r.david.murray, tshepang
Date 2012-12-23.19:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356290725.46.0.750393741663.issue15302@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Chris.
Today we had python sprint and I've guessed to Anton to refactor the patch in good way with properly setting default values from regrtest.main to argparse args. Then use proper argparse actions for manipulating that args.

After all we can use Namespace object returned from argparse.parse() or argparse.parse_known_args() if needed as input for next processing.

It will be big enough patch but I like to move it forward after double checking.

regrtestlib.py name is good to me.
History
Date User Action Args
2012-12-23 19:25:25asvetlovsetrecipients: + asvetlov, georg.brandl, orsenthil, ezio.melotti, r.david.murray, chris.jerdonek, tshepang, a.kasyanov
2012-12-23 19:25:25asvetlovsetmessageid: <1356290725.46.0.750393741663.issue15302@psf.upfronthosting.co.za>
2012-12-23 19:25:25asvetlovlinkissue15302 messages
2012-12-23 19:25:25asvetlovcreate