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 barry
Recipients barry, ezio.melotti, loewis, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2013-01-10.16:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357834907.76.0.281909038152.issue10182@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this change is causing problems with genshi due to API backward incompatibility.  This is reported here:

https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1097783

The reason the user found it in Ubuntu first is that we track hg tip, but I've reproduced it in my own hg tip, and the diff of r80680 makes it pretty obvious.

I'm not saying the change should necessarily be reverted, but it *is* a backward incompatibility, and at a minimum the NEWS file (and release notes for 2.7.4) should make it clear that the return types have changed.  As we're seeing, it breaks at least one existing package.
History
Date User Action Args
2013-01-10 16:21:48barrysetrecipients: + barry, loewis, pitrou, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka
2013-01-10 16:21:47barrysetmessageid: <1357834907.76.0.281909038152.issue10182@psf.upfronthosting.co.za>
2013-01-10 16:21:47barrylinkissue10182 messages
2013-01-10 16:21:44barrycreate