Skip to content

Commit d700f8d

Browse files
committed
Add NEWS entry for fec0::/10 reserved and is_site_local deprecation
1 parent 3cbb1ac commit d700f8d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)