Xiang Zhang added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to