R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------
keywords: +easy
nosy: +orsenthil, r.david.murray
priority:  -> normal
stage:  -> test needed
versions: +Python 2.7, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to