#17400; NEWS and ipaddress.rst change

This commit is contained in:
Peter Moody 2013-10-21 16:16:51 -07:00
parent 8da15cc218
commit 8ed30c15e8
2 changed files with 7 additions and 2 deletions

View file

@ -158,10 +158,13 @@ write code that handles both IP versions correctly.
``True`` if the address is reserved for multicast use. See ``True`` if the address is reserved for multicast use. See
:RFC:`3171` (for IPv4) or :RFC:`2373` (for IPv6). :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 ``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 .. attribute:: is_unspecified

View file

@ -16,6 +16,8 @@ Core and Builtins
Library Library
------- -------
- Issue #17400: ipaddress should make it easy to identify rfc6598 addresses.
- Load SSL's error strings in hashlib. - Load SSL's error strings in hashlib.
- Issue #18527: Upgrade internal copy of zlib to 1.2.8. - Issue #18527: Upgrade internal copy of zlib to 1.2.8.