[issue42774] 'ipaddress' module, bad result for 'is_private' on "192.0.0.0"

Eric V. Smith report at bugs.python.org
Mon Dec 28 19:55:17 EST 2020


Eric V. Smith <eric at trueblade.com> added the comment:

The ipaddress documentation references https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml, which says that 192.0.0.0/29 is reserved and not globally reachable. I think in that sense, it's a private address.

----------
nosy: +eric.smith

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42774>
_______________________________________


More information about the Python-bugs-list mailing list