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 cdirkx
Recipients cdirkx
Date 2021-01-15.23:00:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610751638.64.0.309759393541.issue42937@roundup.psfhosted.org>
In-reply-to
Content
Currently the method `ipaddress.is_global` returns true for the IPv4 address 192.0.0.8. This was correct when `is_global` was initially implemented, but in 2015 192.0.0.8 got designated as the "IPv4 dummy address" and not globally reachable, see the IANA special purpose address registry: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml.

The correct behaviour now, according to the documentation of `is_global` which refers to the IANA registry, would be to return false for 192.0.0.8.
History
Date User Action Args
2021-01-15 23:00:38cdirkxsetrecipients: + cdirkx
2021-01-15 23:00:38cdirkxsetmessageid: <1610751638.64.0.309759393541.issue42937@roundup.psfhosted.org>
2021-01-15 23:00:38cdirkxlinkissue42937 messages
2021-01-15 23:00:38cdirkxcreate