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 orsenthil
Recipients orsenthil, r.david.murray, srid, tarek
Date 2010-05-19.10:13:08
SpamBayes Score 0.007230753
Marked as misclassified No
Message-id <1274263990.59.0.0878792000069.issue8721@psf.upfronthosting.co.za>
In-reply-to
Content
tarek: Issue2987 has the details on changes made for ipv6 urlparse.
Those can't be backported as it's a feature. I would rather like to see whats breaking in distutils2. 

The url which resulted in this bug in distribute: "http://www.famfamfam.com](http://www.famfamfam.com/" is clearly an invalid one. What can be done is py26, looking for invalid char like '[' or ']' outside of netloc.
History
Date User Action Args
2010-05-19 10:13:10orsenthilsetrecipients: + orsenthil, tarek, r.david.murray, srid
2010-05-19 10:13:10orsenthilsetmessageid: <1274263990.59.0.0878792000069.issue8721@psf.upfronthosting.co.za>
2010-05-19 10:13:08orsenthillinkissue8721 messages
2010-05-19 10:13:08orsenthilcreate