]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
authorGregory P. Smith <greg@krypto.org>
Wed, 26 Feb 2014 00:45:55 +0000 (16:45 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 26 Feb 2014 00:45:55 +0000 (16:45 -0800)
This bug was of the major reasons for the release.

Misc/NEWS

index 4774f3790605aaef317ea2d3709e468affa058cf..f6d82e24b65fd41a481b808c7b4ce2e624ebf35c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #20621: Fixes a zipimport bug introduced in 3.3.4 that could cause
+  spurious crashes or SystemErrors when importing modules or packages from a
+  zip file.  The change causing the problem was reverted.
+
 - Issue #20635: Fixed grid_columnconfigure() and grid_rowconfigure() methods of
   Tkinter widgets to work in wantobjects=True mode.