Skip to content

Commit 94fb99d

Browse files
author
Matthieu Lienart
committed
add clarification to the ipaddress is_reserved property
1 parent defdace commit 94fb99d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/ipaddress.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ write code that handles both IP versions correctly. Address objects are
242242

243243
``True`` if the address is *labelled* as reserved by the IETF:
244244

245-
* IPv4 address ``240.0.0.0/4`` named ``Reserved`` (see iana-ipv4-special-registry_)
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_
246247
* IPv6 addresses allocated as ``Reserved by IETF`` for future use (see iana-ipv6-address-space_)
247248

248249
.. attribute:: is_loopback

0 commit comments

Comments
 (0)