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 xiang.zhang
Recipients SilentGhost, martin.panter, neologix, r.david.murray, xiang.zhang
Date 2016-11-27.17:07:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480266437.21.0.310597445032.issue28728@psf.upfronthosting.co.za>
In-reply-to
Content
The three ipv6 addresses are all invalid addresses if we conform to spec.

"::1q"              non hex characteres
"::1::2"            two "::" but at most one is allowed
"1:1:1:1:1:1:1:1:1" 144 bits > 128 bits

> Perhaps this is similar to the problems encountered with test_bad_address() at Lib/test/test_urllibnet.py:102

I think they are the similar situations.
History
Date User Action Args
2016-11-27 17:07:17xiang.zhangsetrecipients: + xiang.zhang, r.david.murray, SilentGhost, neologix, martin.panter
2016-11-27 17:07:17xiang.zhangsetmessageid: <1480266437.21.0.310597445032.issue28728@psf.upfronthosting.co.za>
2016-11-27 17:07:17xiang.zhanglinkissue28728 messages
2016-11-27 17:07:17xiang.zhangcreate