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 ajaksu2, gangesmaster, matthieu.labbe, r.david.murray
Date 2009-09-08.15:25:49
SpamBayes Score 3.9251296e-07
Marked as misclassified No
Message-id <1252423551.96.0.879797840155.issue1475692@psf.upfronthosting.co.za>
In-reply-to
Content
2.5 and 2.4 are in security-fix-only mode, so we don't set them in
versions since bugs won't get fixed there.

I don't think overridden methods should be called, since that would slow
down attribute lookup, which is already a bottleneck in Python.  Whether
there should be an error message is a more complicated question, and I'd
have to look at how this is implemented to even have an opinion on that.
History
Date User Action Args
2009-09-08 15:25:52r.david.murraysetrecipients: + r.david.murray, gangesmaster, ajaksu2, matthieu.labbe
2009-09-08 15:25:51r.david.murraysetmessageid: <1252423551.96.0.879797840155.issue1475692@psf.upfronthosting.co.za>
2009-09-08 15:25:50r.david.murraylinkissue1475692 messages
2009-09-08 15:25:49r.david.murraycreate