summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPeter Moody <python@hda3.com>2013-10-21 23:16:51 (GMT)
committerPeter Moody <python@hda3.com>2013-10-21 23:16:51 (GMT)
commit8ed30c15e8491ba70ee1cc89acec569c72b2ce26 (patch)
treee0ef5fa0db94824088da87d9cfb69e0843931dd8 /Doc
parent8da15cc2189a97500e83cd50ab761920365fcdf1 (diff)
downloadcpython-8ed30c15e8491ba70ee1cc89acec569c72b2ce26.zip
cpython-8ed30c15e8491ba70ee1cc89acec569c72b2ce26.tar.gz
cpython-8ed30c15e8491ba70ee1cc89acec569c72b2ce26.tar.bz2
#17400; NEWS and ipaddress.rst change
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ipaddress.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
index 769af72..7336204 100644
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -158,10 +158,13 @@ write code that handles both IP versions correctly.
``True`` if the address is reserved for multicast use. See
:RFC:`3171` (for IPv4) or :RFC:`2373` (for IPv6).
- .. attribute:: is_private
+ .. attribute:: is_global
``True`` if the address is allocated for private networks. See
- :RFC:`1918` (for IPv4) or :RFC:`4193` (for IPv6).
+ iana-ipv4-special-registry (for IPv4) or iana-ipv6-special-registry
+ (for IPv6).
+
+ .. versionadded:: 3.4
.. attribute:: is_unspecified