Message178289
| 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.) |
|