diff options
author | Peter Moody <python@hda3.com> | 2013-10-22 19:36:21 (GMT) |
---|---|---|
committer | Peter Moody <python@hda3.com> | 2013-10-22 19:36:21 (GMT) |
commit | be9c1b133b78754a5a27e30bd35944d75647ee4c (patch) | |
tree | 5f78177268b31576224e8bcb1eb31812c77af199 /Doc/library/ipaddress.rst | |
parent | a4df90ceb92f9d3ad8e3dd968a22fe732a41c159 (diff) | |
download | cpython-be9c1b133b78754a5a27e30bd35944d75647ee4c.zip cpython-be9c1b133b78754a5a27e30bd35944d75647ee4c.tar.gz cpython-be9c1b133b78754a5a27e30bd35944d75647ee4c.tar.bz2 |
#17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10
Diffstat (limited to 'Doc/library/ipaddress.rst')
-rw-r--r-- | Doc/library/ipaddress.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 7336204..af1b3b8 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -160,7 +160,7 @@ write code that handles both IP versions correctly. .. attribute:: is_global - ``True`` if the address is allocated for private networks. See + ``True`` if the address is allocated for public networks. See iana-ipv4-special-registry (for IPv4) or iana-ipv6-special-registry (for IPv6). |