diff options
author | Peter Moody <python@hda3.com> | 2014-03-11 16:55:46 (GMT) |
---|---|---|
committer | Peter Moody <python@hda3.com> | 2014-03-11 16:55:46 (GMT) |
commit | 1243c7d32c9dc700509f15274545d6ac6f138fe9 (patch) | |
tree | 6490239c639603dfb957a5304c79c81b7e9eb546 /Misc | |
parent | 11a4270b6a75286d43936622ac7735125bd6ffb7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |