Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Open
Description
Bug report
Bug description:
According tohttps://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
andhttps://en.wikipedia.org/wiki/Reserved_IP_addresses 0.0.0.0/8 and other ranges should be reserved.
ipaddress.IPv4Address("0.0.0.0").is_reserved
isFalse
however.
The definition in the Python docs is
is_reserved True if the address is otherwise IETF reserved.
So I believe there are several ranges missing.
CPython versions tested on:
3.13
Operating systems tested on:
Windows