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 brett.cannon
Recipients brett.cannon, docs@python, iko, ncoghlan
Date 2012-07-08.13:40:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341754859.24.0.400322303359.issue15292@psf.upfronthosting.co.za>
In-reply-to
Content
Everything Nick said is right: PyPy did it properly according to the spec and CPython 2.7 got it wrong. Unfortunately fixing this now would break code and so it will simply have to stay a Python 2.7 quirk with Python 3.3 and later doing it correctly.

So documenting the screw-up would be good so that people know that the solution they use in Python 2.7 won't work in Python 3.3 and later.
History
Date User Action Args
2012-07-08 13:40:59brett.cannonsetrecipients: + brett.cannon, iko, ncoghlan, docs@python
2012-07-08 13:40:59brett.cannonsetmessageid: <1341754859.24.0.400322303359.issue15292@psf.upfronthosting.co.za>
2012-07-08 13:40:58brett.cannonlinkissue15292 messages
2012-07-08 13:40:58brett.cannoncreate