From: Andrew M. Kuchling Date: Thu, 2 Jan 2003 23:50:18 +0000 (+0000) Subject: Fix error in previous correction; thanks, Just! X-Git-Tag: v2.3c1~2636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04b89950b093f51e0a79db989b2ffe2d7260f2a0;p=thirdparty%2FPython%2Fcpython.git Fix error in previous correction; thanks, Just! --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 1d2dc3e50abd..2523e3c55882 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -759,7 +759,6 @@ for path in sys.path: # ImportError, so try the other path hooks pass else: - if importer is not None: loader = importer.find_module(fullname) = loader.load_module(fullname)