Bug report
Bug description:
>>> import ipaddress
>>> ip_address = ipaddress.ip_address("3fff::")
>>> ip_address.is_global
True
RFC 9637 registered the address block 3fff::/20 as NOT globally reachable in the IANA IPv6 Special-Purpose Address Registry, but the ipaddress module doesn't respect this.
CPython versions tested on:
3.11
Operating systems tested on:
macOS
Linked PRs
Bug report
Bug description:
RFC 9637 registered the address block
3fff::/20as NOT globally reachable in the IANA IPv6 Special-Purpose Address Registry, but theipaddressmodule doesn't respect this.CPython versions tested on:
3.11
Operating systems tested on:
macOS
Linked PRs
3fff::/20#1242403fff::/20(GH-124240) #1242823fff::/20(GH-124240) #124283