-
-
Couldn't load subscription status.
- Fork 33.2k
gh-123409: fix IPv6Address.reverse_pointer output
#123419
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
Conversation
…dresses (pythonGH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (pythongh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-123606 is a backport of this pull request to the 3.13 branch. |
…ddresses (GH-123419) (#123606) gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
…dresses (pythonGH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (pythongh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-135085 is a backport of this pull request to the 3.9 branch. |
…dresses (pythonGH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (pythongh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-135086 is a backport of this pull request to the 3.12 branch. |
…dresses (pythonGH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (pythongh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-135087 is a backport of this pull request to the 3.11 branch. |
…dresses (pythonGH-123419) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (pythongh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-135088 is a backport of this pull request to the 3.10 branch. |
…ddresses (GH-123419) (GH-135088) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
…ddresses (GH-123419) (GH-135087) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
…ddresses (GH-123419) (GH-135086) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
…dresses (GH-123419) (GH-135085) Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799) (cherry picked from commit 77a2fb4) Co-authored-by: Bénédikt Tran <[email protected]>
I've added tests with the test vectors from the RFC pages (the suffix in the RFC is in uppercase, namely
IN-ADDR.ARPAso it's not really the exact test vector).