We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbb1ac commit d700f8dCopy full SHA for d700f8d
1 file changed
Misc/NEWS.d/next/Library/2026-06-22-22-11-06.gh-issue-136832.JvKyu4.rst
@@ -0,0 +1,7 @@
1
+The IPv6 address block ``fec0::/10`` (the former Site-Local scoped address
2
+prefix deprecated by :rfc:`3879`) is now reported as reserved by
3
+:attr:`ipaddress.IPv6Address.is_reserved`. The
4
+:attr:`~ipaddress.IPv6Address.is_site_local` and
5
+:attr:`~ipaddress.IPv6Network.is_site_local` attributes are now deprecated
6
+and slated for removal in Python 3.21; use
7
+:attr:`~ipaddress.IPv6Address.is_private` instead.
0 commit comments