summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-06-26 08:19:19 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-06-26 08:19:19 (GMT)
commite1e676497694a1eac837c270d62ae329faf0e893 (patch)
treed8f19274b958ed57fd64dffa0867be8981c9f635 /Misc
parent9f8a51c3263eab6701b477b7f46de783320ba3d2 (diff)
downloadcpython-e1e676497694a1eac837c270d62ae329faf0e893.zip
cpython-e1e676497694a1eac837c270d62ae329faf0e893.tar.gz
cpython-e1e676497694a1eac837c270d62ae329faf0e893.tar.bz2
Merged revisions 73565 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73565 | gregory.p.smith | 2009-06-26 00:50:21 -0700 (Fri, 26 Jun 2009) | 2 lines Fixes the last problem mentioned in issue1202. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 06cd333..8cbdb19 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Library
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
+- Issue #1202: zipfile module would cause a DeprecationWarning when storing
+ files with a CRC32 > 2**31-1.
+
Extension Modules
-----------------