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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, nagle, opstad, r.david.murray
Date 2011-12-16.08:28:01
SpamBayes Score 3.5230183e-05
Marked as misclassified No
Message-id <1324024082.89.0.228486999285.issue11900@psf.upfronthosting.co.za>
In-reply-to
Content
> However, it is a real change from 2.6 to 2.7 that breaks code.

John, this issue is not the same as the one above.  The difference between Python 2.6 and Python 2.7.2 you mention only applies to % formatting.
The change is clearly documented in http://docs.python.org/dev/whatsnew/2.7.html
"""It’s now possible for a subclass of the built-in unicode type to override the __unicode__() method."""

This is clearly a bug in the application.  There are many ways to break compatibility with bogus code...
History
Date User Action Args
2011-12-16 08:28:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, nagle, r.david.murray, opstad
2011-12-16 08:28:02amaury.forgeotdarcsetmessageid: <1324024082.89.0.228486999285.issue11900@psf.upfronthosting.co.za>
2011-12-16 08:28:02amaury.forgeotdarclinkissue11900 messages
2011-12-16 08:28:01amaury.forgeotdarccreate