-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error