summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2017-01-31 12:51:21 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2017-01-31 12:51:21 (GMT)
commitcd12f7cb5c67e84b07f8022c5f7874b2c08d5507 (patch)
treeb78e0f7542f8ee6c64c323ff46f5e37f39b6014b /Misc
parent4de34e0d69bcd99195928c1b25022465862bf0fe (diff)
parent34e7e2ecb1741850190e78f42875480693d3537b (diff)
downloadcpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.zip
cpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.tar.gz
cpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.tar.bz2
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index faec6f9..b48cede 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,11 @@ Core and Builtins
- Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.
Improve speed of dict literal with constant keys up to 30%.
+Extension Modules
+-----------------
+
+- Issue #29169: Update zlib to 1.2.10.
+
Library
-------