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 <1370961879.5.0.532150427937.issue18191@psf.upfronthosting.co.za>
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: <1370961879.5.0.532150427937.issue18191@psf.upfronthosting.co.za>
2013-06-11 14:44:39jdlinkissue18191 messages
2013-06-11 14:44:39jdcreate