diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-21 21:33:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-21 21:33:21 (GMT) |
commit | e079eddf2117c0af2724fcd39df639ec60c07c64 (patch) | |
tree | 0cb3a8362632dc4917e4ac82148cece00c06ddbd /Misc/NEWS | |
parent | 8820c239f778093ad432cf4dce6b607c6d1bf281 (diff) | |
download | cpython-e079eddf2117c0af2724fcd39df639ec60c07c64.zip cpython-e079eddf2117c0af2724fcd39df639ec60c07c64.tar.gz cpython-e079eddf2117c0af2724fcd39df639ec60c07c64.tar.bz2 |
Close #18294: Fix the zlib module to make it 64-bit safe
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ Core and Builtins Library ------- +- Issue #18294: Fix the zlib module to make it 64-bit safe. + - Issue #19682: Fix compatibility issue with old version of OpenSSL that was introduced by Issue #18379. |