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 r.david.murray
Recipients Michael Glassford, orsenthil, r.david.murray
Date 2010-04-08.00:19:45
SpamBayes Score 1.7439257e-07
Marked as misclassified No
Message-id <1270685987.38.0.426933493807.issue8339@psf.upfronthosting.co.za>
In-reply-to
Content
To fix this, urlparse would have to differentiate between a null netloc and no netloc characters specified at all.  This could be done by using None for one an '' for the other.  I'm not sure that behavior change could be backported to 2.6, though.

Did this issue actually cause a program failure for you in 2.6?  If so the original patch might wind up getting classed as a regression for the 2.6 line.
History
Date User Action Args
2010-04-08 00:19:47r.david.murraysetrecipients: + r.david.murray, orsenthil, Michael Glassford
2010-04-08 00:19:47r.david.murraysetmessageid: <1270685987.38.0.426933493807.issue8339@psf.upfronthosting.co.za>
2010-04-08 00:19:45r.david.murraylinkissue8339 messages
2010-04-08 00:19:45r.david.murraycreate