summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 1d2dc3e..2523e3c 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)
<module> = loader.load_module(fullname)