-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC 9637 not implemented by ipaddress module #124217
Comments
Added it to reserved blocks and unit tests: #124240 |
…124240) Signed-off-by: y5c4l3 <[email protected]>
…20` (pythonGH-124240) (cherry picked from commit db6eb36) Co-authored-by: Y5 <[email protected]> Signed-off-by: y5c4l3 <[email protected]>
…20` (pythonGH-124240) (cherry picked from commit db6eb36) Co-authored-by: Y5 <[email protected]> Signed-off-by: y5c4l3 <[email protected]>
…/20` (GH-124240) (#124283) gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (GH-124240) (cherry picked from commit db6eb36) Signed-off-by: y5c4l3 <[email protected]> Co-authored-by: Y5 <[email protected]>
@vstinner the 3.13 backport PR is still open, are we sure this should be closed? |
It's easier for me to close the issue, to help me tracking what has been done or not. The 3.13 branch is blocked until Python 3.13 final release. After that, all 3.13 changes will be merged one by one. |
…20` (python#124240) Signed-off-by: y5c4l3 <[email protected]>
…20` (python#124240) Signed-off-by: y5c4l3 <[email protected]>
…/20` (GH-124240) (#124282) gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (GH-124240) (cherry picked from commit db6eb36) Signed-off-by: y5c4l3 <[email protected]> Co-authored-by: Y5 <[email protected]>
Bug report
Bug description:
RFC 9637 registered the address block
3fff::/20
as NOT globally reachable in the IANA IPv6 Special-Purpose Address Registry, but theipaddress
module 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) #124283The text was updated successfully, but these errors were encountered: