80ade2cbab
gh-122792: 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. https://github.com/python/cpython/issues/122792 CVE-2024-9287, gh-124651: Properly quote template strings in venv activation scripts. https://github.com/python/cpython/issues/124651 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>