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 vstinner
Recipients gvanrossum, orsenthil, serhiy.storchaka, vstinner, yselivanov
Date 2014-03-07.16:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394209296.95.0.262088589188.issue20271@psf.upfronthosting.co.za>
In-reply-to
Content
My patch "urlparse.patch" may be modified to fix also #18191 in Python 2.7, 3.3 and 3.4: splitport() should handle IPv6 ("[::1]:80") and auth ("user:passowrd@host") but not raises an exception.
History
Date User Action Args
2014-03-07 16:21:36vstinnersetrecipients: + vstinner, gvanrossum, orsenthil, serhiy.storchaka, yselivanov
2014-03-07 16:21:36vstinnersetmessageid: <1394209296.95.0.262088589188.issue20271@psf.upfronthosting.co.za>
2014-03-07 16:21:36vstinnerlinkissue20271 messages
2014-03-07 16:21:36vstinnercreate