]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 2 Sep 2024 15:05:05 +0000 (17:05 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 15:05:05 +0000 (17:05 +0200)
commit77a2fb4bf1a1b160d6ce105508288fc77f636943
tree82095c06f8093d197381bec2769c05da730bb572
parentf95fc4de115ae03d7aa6dece678240df085cb4f6
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)
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]