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 georg.brandl
Recipients Arfrever, Nick.Welch, benjamin.peterson, doko, eric.araujo, ezio.melotti, georg.brandl, orsenthil, pitrou, python-dev
Date 2012-09-28.12:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348835339.05.0.325278239006.issue9374@psf.upfronthosting.co.za>
In-reply-to
Content
After encountering an instance of people relying on fragment not being parsed for "irc://" URLs, with resulting breakage, I don't think we should change this in point releases.  IOW, it's fine for 3.3.0, but not for 2.7.x or 3.2.x.

It may be fixing a bug, but the bug is not obvious and the fix is not backward compatible.  I therefore suggest to roll back the commits to 3.2 and 2.7.
History
Date User Action Args
2012-09-28 12:28:59georg.brandlsetrecipients: + georg.brandl, doko, orsenthil, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, Nick.Welch, python-dev
2012-09-28 12:28:59georg.brandlsetmessageid: <1348835339.05.0.325278239006.issue9374@psf.upfronthosting.co.za>
2012-09-28 12:28:58georg.brandllinkissue9374 messages
2012-09-28 12:28:58georg.brandlcreate