Prudvi RajKumar Maddala <prudhvirajnit...@gmail.com> added the comment:

Hi lkcl, can you help me understand why exactly the below IPv6 addresses are 
invalid?
('1111:2222:3333:4444:5555:6666:00.00.00.00', False)
('1111:2222:3333:4444:5555:6666:000.000.000.000', False)

I pulled the above addresses from your git testcase.

But, below 2 IPv6 addresses are given as valid
('1111:2222:3333:4444:5555:6666:123.123.123.123', True)
('1111:2222:3333:4444:5555::123.123.123.123', True)

I don't see any difference between both. Both of them have IPv4 styled 
suffixes. According to the code, they are getting converted at runtime. Can you 
please clarify? 

Thanks

----------

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

Reply via email to