Irit Katriel <iritkatr...@gmail.com> added the comment:
This is what I get now on 3.11: >>> ipaddress.ip_address("::1.0.0.00") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\User\src\cpython\Lib\ipaddress.py", line 54, in ip_address raise ValueError('%r does not appear to be an IPv4 or IPv6 address' % ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: '::1.0.0.00' does not appear to be an IPv4 or IPv6 address ---------- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue22282> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com