summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-07 18:08:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-07 18:08:34 (GMT)
commit88f64f392c8fe8cb41322c2ea14483fa0c567eaa (patch)
treea6c35327c4ffc006cdaa2ea687534feff3e3a3e4 /Misc/NEWS
parenta5f3ad8c05c115266834be8716c19301004a31a0 (diff)
downloadcpython-88f64f392c8fe8cb41322c2ea14483fa0c567eaa.zip
cpython-88f64f392c8fe8cb41322c2ea14483fa0c567eaa.tar.gz
cpython-88f64f392c8fe8cb41322c2ea14483fa0c567eaa.tar.bz2
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3ef7f2..4e9b2f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
Library
-------
+- Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
+
- Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
not as stringified enum. Patch by Demian Brecht.