[Python-checkins] cpython (3.3): Mention issue 20621 fix in the NEWS file for 3.3.5rc1.

gregory.p.smith python-checkins at python.org
Wed Feb 26 01:46:57 CET 2014


http://hg.python.org/cpython/rev/8899e4028561
changeset:   89393:8899e4028561
branch:      3.3
parent:      89388:9975f827eefd
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Feb 25 16:45:55 2014 -0800
summary:
  Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
This bug was of the major reasons for the release.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,10 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list