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 6ad13b1 commit 9bae029Copy full SHA for 9bae029
Doc/library/ipaddress.rst
@@ -243,7 +243,8 @@ write code that handles both IP versions correctly. Address objects are
243
``True`` if the address is noted as reserved by the IETF.
244
For IPv4, this is only ``240.0.0.0/4``, the ``Reserved`` address block.
245
For IPv6, this is all addresses `allocated <iana-ipv6-address-space_>`__ as
246
- ``Reserved by IETF`` for future use.
+ ``Reserved by IETF`` for future use, except ``fec0::/10`` a former Site-Local scoped
247
+ address prefix (see :attr:`~IPv6Address.is_site_local`).
248
249
Note: ``is_reserved`` is not related to the IPv4 address block value of the
250
``Reserved-by-Protocol`` column in iana-ipv4-special-registry_.
0 commit comments