Skip to content

RFC 9637 not implemented by ipaddress module #124217

@csirmazbendeguz

Description

@csirmazbendeguz

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

No one assigned

    Labels

    stdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions