Olof Johansson added the comment:

Thank you for you feedback. I agree, the reason I wanted this was because of a 
corner case, but otoh, the username:password syntax is the real corner case 
imho. Of course, I understand that this must be supported for backwards 
compatability.

(For fully RFC compliant URLs however, userinfo would be the same as user since 
: in userinfo isn't allowed, so again, you have a very valid point for your 
corner case argument.)

The patch was developed against 2.7, so it won't apply on 3.4, but looking at 
3.4, urlparse already has a _userinfo property method, but it splits the 
userinfo in a tuple of (username, password). It would be easy to adapt the 
change to 3.4, but I'll wait until I get additional feedback.

----------

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

Reply via email to