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 jd
Recipients jd
Date 2013-06-11.14:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
>>> import urllib.parse
>>> urllib.parse.splitport("::1")
(':', '1')

This is obviously invalid.
History
Date User Action Args
2013-06-11 14:44:39jdsetrecipients: + jd
2013-06-11 14:44:39jdsetmessageid: <[email protected]>
2013-06-11 14:44:39jdlinkissue18191 messages
2013-06-11 14:44:39jdcreate