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 iritkatriel
Recipients Julian, iritkatriel, ncoghlan, pitrou, pmoody, xZise
Date 2021-12-09.00:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639009452.85.0.341327781501.issue22282@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-12-09 00:24:12iritkatrielsetrecipients: + iritkatriel, ncoghlan, pitrou, pmoody, Julian, xZise
2021-12-09 00:24:12iritkatrielsetmessageid: <1639009452.85.0.341327781501.issue22282@roundup.psfhosted.org>
2021-12-09 00:24:12iritkatriellinkissue22282 messages
2021-12-09 00:24:12iritkatrielcreate