]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
authorCharles Machalow <csm10495@gmail.com>
Sun, 5 Nov 2023 16:50:31 +0000 (08:50 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Nov 2023 16:50:31 +0000 (16:50 +0000)
commitba8aa1fd3735aa3dd13a36ad8f059a422d25ff37
tree37338f169a6502ed9ccb371c07d7e4a23e58aaa6
parent24b5cbd3dce3fe37cdc787ccedd1e73a4f8cfc3c
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)

Adds the `IPv4Address.ipv6_mapped` property.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/ipaddress.rst
Doc/whatsnew/3.13.rst
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS.d/next/Library/2023-09-15-12-30-21.gh-issue-109466.6ah-aw.rst [new file with mode: 0644]