diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:49:48 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:49:48 (GMT) |
commit | 34e7e2ecb1741850190e78f42875480693d3537b (patch) | |
tree | dd787c33c8ab2dea91b47991d375bb455271683c /Misc | |
parent | d46f72922b8d203286e5553956ffd1156980c4d9 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------- |