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 r.david.murray
Recipients Cubky, Devin Jeanpierre, eric.araujo, ezio.melotti, jbitcm-, r.david.murray, terry.reedy
Date 2012-06-10.17:12:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339348360.71.0.255851133412.issue13691@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't look like anyone is working on it currently.

Yes, getting this right is a bit tricky for exactly the reason you say.  You have to make sure you don't break the other uses, and glancing at the patch (I haven't looked at the code you are patching) it seems likely that the change to the if statement is going to break *something*.  Probably what happens when you type 'help' at the 'help>' prompt, at a guess.
History
Date User Action Args
2012-06-10 17:12:40r.david.murraysetrecipients: + r.david.murray, terry.reedy, Devin Jeanpierre, ezio.melotti, eric.araujo, jbitcm-, Cubky
2012-06-10 17:12:40r.david.murraysetmessageid: <1339348360.71.0.255851133412.issue13691@psf.upfronthosting.co.za>
2012-06-10 17:12:40r.david.murraylinkissue13691 messages
2012-06-10 17:12:40r.david.murraycreate