summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:32:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:32:53 (GMT)
commitc4ef384d1313e0f7b7bb094793f3b9ee495a71fb (patch)
tree187f5bdbccf5f4f029f31e07157c761ff06f5682 /Misc
parent3ecb6ab993a62f892d88def7adb5fe2954695ded (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 549d22c..c87237f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.