diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:32:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:32:53 (GMT) |
commit | c4ef384d1313e0f7b7bb094793f3b9ee495a71fb (patch) | |
tree | 187f5bdbccf5f4f029f31e07157c761ff06f5682 /Misc | |
parent | 3ecb6ab993a62f892d88def7adb5fe2954695ded (diff) | |
download | cpython-c4ef384d1313e0f7b7bb094793f3b9ee495a71fb.zip cpython-c4ef384d1313e0f7b7bb094793f3b9ee495a71fb.tar.gz cpython-c4ef384d1313e0f7b7bb094793f3b9ee495a71fb.tar.bz2 |
Issue #19883: Fixed possible integer overflows in zipimport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ Core and Builtins Library ------- +- Issue #19883: Fixed possible integer overflows in zipimport. + - Issue #26147: xmlrpclib now works with unicode not encodable with used non-UTF-8 encoding. |