]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 23:19:46 +0000 (01:19 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 23:19:46 +0000 (01:19 +0200)
commit7761ddcfed82b89c4a9d5610bf1821912e0e90d1
treef3f91e6c8e88b6693691300df2c2a95796394e97
parentf8124237e72e259a39ceaea10dd133cdaafad452
[3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (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 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]