From: Gregory P. Smith Date: Wed, 26 Feb 2014 00:45:55 +0000 (-0800) Subject: Mention issue 20621 fix in the NEWS file for 3.3.5rc1. X-Git-Tag: v3.3.5rc2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b80716cffde6825ae3f17226a1788063bbebd91;p=thirdparty%2FPython%2Fcpython.git Mention issue 20621 fix in the NEWS file for 3.3.5rc1. This bug was of the major reasons for the release. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4774f3790605..f6d82e24b65f 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.