diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-21 10:03:09 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-21 10:03:09 (GMT) |
commit | c20bcde58dc2ed770900ab553ac663f2f1212fc2 (patch) | |
tree | 05eb7cad3054f3c5b8e557d40ef97bce5a416026 /Misc/NEWS | |
parent | 3ac1eb16d5c4b779da38895597ee5d7caf3d22bd (diff) | |
download | cpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.zip cpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.tar.gz cpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.tar.bz2 |
Issue #18527: Upgrade internal copy of zlib to 1.2.8
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #18527: Upgrade internal copy of zlib to 1.2.8. + - Issue #19274: Add a filterfunc parameter to PyZipFile.writepy. |