summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2017-01-31 12:49:48 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2017-01-31 12:49:48 (GMT)
commit34e7e2ecb1741850190e78f42875480693d3537b (patch)
treedd787c33c8ab2dea91b47991d375bb455271683c /Misc
parentd46f72922b8d203286e5553956ffd1156980c4d9 (diff)
downloadcpython-34e7e2ecb1741850190e78f42875480693d3537b.zip
cpython-34e7e2ecb1741850190e78f42875480693d3537b.tar.gz
cpython-34e7e2ecb1741850190e78f42875480693d3537b.tar.bz2
- Issue #29169: Update zlib to 1.2.10.
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 eac8ba0..c095634 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,11 @@ Core and Builtins
- Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.
+Extension Modules
+-----------------
+
+- Issue #29169: Update zlib to 1.2.10.
+
Library
-------