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 cfs-pure
Recipients cfs-pure, martin.panter
Date 2016-10-26.22:06:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477519571.72.0.245620986423.issue28539@psf.upfronthosting.co.za>
In-reply-to
Content
Example with patch applied:

Python 2.7.6 (default, Oct 26 2016, 20:33:50) 
[GCC 4.8.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import httplib
>>> con1 = httplib.HTTPConnection('[fe80::26a9:37ff:fe00:f764]', 15482)
>>> con1.host, con1.port
('fe80::26a9:37ff:fe00:f764', 15482)
History
Date User Action Args
2016-10-26 22:06:11cfs-puresetrecipients: + cfs-pure, martin.panter
2016-10-26 22:06:11cfs-puresetmessageid: <1477519571.72.0.245620986423.issue28539@psf.upfronthosting.co.za>
2016-10-26 22:06:11cfs-purelinkissue28539 messages
2016-10-26 22:06:11cfs-purecreate