]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Jun 2025 14:01:08 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Jun 2025 14:01:08 +0000 (16:01 +0200)
commit0a1f75d95d6fdcf4be99f58b702c5b0947d7e883
treefc878328e45056423cbb31e51006c6c4d6dffb02
parentc0e26585254cde2b25385c19c3b63550de4d6351
[3.10] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135088)

Fix functionality that was broken with better textual representation for IPv4-mapped addresses (gh-87799)
(cherry picked from commit 77a2fb4bf1a1b160d6ce105508288fc77f636943)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS.d/next/Library/2024-08-28-13-03-36.gh-issue-123409.lW0YF-.rst [new file with mode: 0644]