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 Michael Glassford
Recipients Michael Glassford
Date 2010-04-07.21:42:04
SpamBayes Score 0.0024510808
Marked as misclassified No
Message-id <1270676527.4.0.372149513422.issue8339@psf.upfronthosting.co.za>
In-reply-to
Content
An unfortunate side-effect of this change: 

http://svn.python.org/view/python/branches/release26-maint/Lib/urlparse.py?r1=66717&r2=78235

which was made to fix this issue: 

http://bugs.python.org/issue7904

is that urlparse.urlunparse(urlparse.urlparse('x://')) now returns 'x:' instead of 'x://', and urlparse.urlunparse(urlparse.urlparse('x:///y')) now returns 'x:/y' instead of 'x:///y'.

This behavior exists in at least Python 2.6 and 3.1, but not in 2.5.
History
Date User Action Args
2010-04-07 21:42:07Michael Glassfordsetrecipients: + Michael Glassford
2010-04-07 21:42:07Michael Glassfordsetmessageid: <1270676527.4.0.372149513422.issue8339@psf.upfronthosting.co.za>
2010-04-07 21:42:04Michael Glassfordlinkissue8339 messages
2010-04-07 21:42:04Michael Glassfordcreate