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 olof
Recipients olof, orsenthil
Date 2013-01-10.08:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357806261.44.0.00514180264563.issue16909@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-10 08:24:21olofsetrecipients: + olof, orsenthil
2013-01-10 08:24:21olofsetmessageid: <1357806261.44.0.00514180264563.issue16909@psf.upfronthosting.co.za>
2013-01-10 08:24:21oloflinkissue16909 messages
2013-01-10 08:24:20olofcreate