summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPeter Moody <python@hda3.com>2014-03-11 16:55:46 (GMT)
committerPeter Moody <python@hda3.com>2014-03-11 16:55:46 (GMT)
commit1243c7d32c9dc700509f15274545d6ac6f138fe9 (patch)
tree6490239c639603dfb957a5304c79c81b7e9eb546 /Misc
parent11a4270b6a75286d43936622ac7735125bd6ffb7 (diff)
downloadcpython-1243c7d32c9dc700509f15274545d6ac6f138fe9.zip
cpython-1243c7d32c9dc700509f15274545d6ac6f138fe9.tar.gz
cpython-1243c7d32c9dc700509f15274545d6ac6f138fe9.tar.bz2
Issue #19157: Include the broadcast address in the usuable hosts for IPv6
in ipaddress.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8dda9e..d1d0401 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #19157: Include the broadcast address in the usuable hosts for IPv6
+ in ipaddress.
+
- Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Patch by Claudiu Popa.