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 BreamoreBoy, dstanek, elachuni, facundobatista, georg.brandl, jjlee, kruegi, orsenthil, sjones
Date 2010-08-04.04:56:23
SpamBayes Score 0.00018106954
Marked as misclassified No
Message-id <1280897792.4.0.896695615167.issue754016@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in revision 83700 (release27-maint). r83701(py3k) and r83702(release31-maint).

David, thanks for reworking on the patch. Couple of comments
- I made change to the original patch where I checked 'https:' and 'http:' kind of url with url.endswith(':')  instead of len(url) == i+1 // I had a hard time to figure out why I had this way in the first place.

- In py3k, the urlparse.urlparse is changed to urllib.parse.urlparse. So that changes were required in the tests.
History
Date User Action Args
2010-08-04 04:56:33orsenthilsetrecipients: + orsenthil, georg.brandl, facundobatista, jjlee, sjones, kruegi, dstanek, elachuni, BreamoreBoy
2010-08-04 04:56:32orsenthilsetmessageid: <1280897792.4.0.896695615167.issue754016@psf.upfronthosting.co.za>
2010-08-04 04:56:30orsenthillinkissue754016 messages
2010-08-04 04:56:24orsenthilcreate