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 chris.jerdonek
Recipients a.kasyanov, asvetlov, benjamin.peterson, chris.jerdonek, ezio.melotti, georg.brandl, orsenthil, r.david.murray, tshepang
Date 2012-12-27.10:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356602637.42.0.596922262364.issue15302@psf.upfronthosting.co.za>
In-reply-to
Content
Updating patch after Benjamin's review.

In this new patch, in test_regrtest I now use the current, actual getopt code to test and demonstrate backwards compatibility.  Note that when I pasted the code, I also fixed the three typos in the current getopt code that are documented in the following three issues: issue15324, issue15325, issue15326.  These typos are checked by the following test cases: test_fromfile, test_match, and test_randomize.  (I will fix these three issues in versions prior to 3.4 independent of this issue.)
History
Date User Action Args
2012-12-27 10:03:57chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, orsenthil, benjamin.peterson, ezio.melotti, r.david.murray, asvetlov, tshepang, a.kasyanov
2012-12-27 10:03:57chris.jerdoneksetmessageid: <1356602637.42.0.596922262364.issue15302@psf.upfronthosting.co.za>
2012-12-27 10:03:57chris.jerdoneklinkissue15302 messages
2012-12-27 10:03:57chris.jerdonekcreate