File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,11 @@ write code that handles both IP versions correctly. Address objects are
240240
241241 .. attribute :: is_reserved
242242
243- ``True `` if the address is otherwise IETF reserved.
243+ ``True `` if the address is *labelled * as reserved by the IETF:
244+
245+ * IPv4 address ``240.0.0.0/4 `` named ``Reserved ``. This attribute is not related to the
246+ ``Reserved-by-Protocol `` value in iana-ipv4-special-registry _
247+ * IPv6 addresses allocated as ``Reserved by IETF `` for future use (see iana-ipv6-address-space _)
244248
245249 .. attribute :: is_loopback
246250
@@ -261,6 +265,7 @@ write code that handles both IP versions correctly. Address objects are
261265
262266.. _iana-ipv4-special-registry : https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
263267.. _iana-ipv6-special-registry : https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
268+ .. _iana-ipv6-address-space : https://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xhtml
264269
265270.. method :: IPv4Address.__format__(fmt)
266271
You can’t perform that action at this time.
0 commit comments