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 brett.cannon
Recipients brett.cannon
Date 2011-01-06.22:34:17
SpamBayes Score 0.00013077205
Marked as misclassified No
Message-id <1294353259.48.0.852026284896.issue10848@psf.upfronthosting.co.za>
In-reply-to
Content
r87812 shows that using getopt is not a good thing; having the short and long versions of an argument separated from each other can lead to bugs. It would be good to move test.regrtest over to argparse to help prevent that from happening again.
History
Date User Action Args
2011-01-06 22:34:19brett.cannonsetrecipients: + brett.cannon
2011-01-06 22:34:19brett.cannonsetmessageid: <1294353259.48.0.852026284896.issue10848@psf.upfronthosting.co.za>
2011-01-06 22:34:17brett.cannonlinkissue10848 messages
2011-01-06 22:34:17brett.cannoncreate