Message 165143 - Python tracker

Message165143

Author hac.man
Recipients LambertDW, eric.araujo, ggenellina, hac.man, kszawala, r.david.murray, vstinner
Date 2012-07-10.02:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341886894.27.0.162690091532.issue4640@psf.upfronthosting.co.za>
In-reply-to
Content
I came across this bug report and was unable to reproduce the described behavior.  I wrote a few test cases demonstrating that the behavior is indeed correct.  It passes both against 2.5.2 (the version described in the report) and the lastest 2.7.

The relevant code is line 602 of optparse.py in the function Option._set_opt_strings().

I believe this bug can be closed.
History
Date User Action Args
2012-07-10 02:21:34hac.mansetrecipients: + hac.man, ggenellina, vstinner, LambertDW, eric.araujo, kszawala, r.david.murray
2012-07-10 02:21:34hac.mansetmessageid: <1341886894.27.0.162690091532.issue4640@psf.upfronthosting.co.za>
2012-07-10 02:21:33hac.manlinkissue4640 messages
2012-07-10 02:21:33hac.mancreate