diff options
author | Seth Michael Larson <seth@python.org> | 2024-09-07 18:05:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 18:05:58 (GMT) |
commit | 76a1c5d18312712baed4699fe7333abb050ec9b7 (patch) | |
tree | d5152eaf5517cef726b76fb9cf262800438541eb /Misc/NEWS.d/next | |
parent | 033510e11dff742d9626b9fd895925ac77f566f1 (diff) | |
download | cpython-76a1c5d18312712baed4699fe7333abb050ec9b7.zip cpython-76a1c5d18312712baed4699fe7333abb050ec9b7.tar.gz cpython-76a1c5d18312712baed4699fe7333abb050ec9b7.tar.bz2 |
gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793)
Make IPv4-mapped IPv6 address properties consistent with IPv4.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst b/Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst new file mode 100644 index 0000000..18e293b --- /dev/null +++ b/Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst @@ -0,0 +1,3 @@ +Changed IPv4-mapped ``ipaddress.IPv6Address`` to consistently use the mapped IPv4 +address value for deciding properties. Properties which have their behavior fixed +are ``is_multicast``, ``is_reserved``, ``is_link_local``, ``is_global``, and ``is_unspecified``. |