summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2014-02-26 00:45:55 (GMT)
committerGregory P. Smith <greg@krypto.org>2014-02-26 00:45:55 (GMT)
commit7b80716cffde6825ae3f17226a1788063bbebd91 (patch)
tree05c9b999262d6353cb2b253247102c52d176d596 /Misc
parent270ce7360cbb41dee36866c458319c336be2f996 (diff)
downloadcpython-7b80716cffde6825ae3f17226a1788063bbebd91.zip
cpython-7b80716cffde6825ae3f17226a1788063bbebd91.tar.gz
cpython-7b80716cffde6825ae3f17226a1788063bbebd91.tar.bz2
Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
This bug was of the major reasons for the release.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4774f37..f6d82e2 100644
--- 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.