projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d59781
)
Fix error in previous correction; thanks, Just!
author
Andrew M. Kuchling
<amk@amk.ca>
Thu, 2 Jan 2003 23:50:18 +0000
(23:50 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Thu, 2 Jan 2003 23:50:18 +0000
(23:50 +0000)
Doc/whatsnew/whatsnew23.tex
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/whatsnew23.tex
b/Doc/whatsnew/whatsnew23.tex
index 1d2dc3e50abd653531d336a34575bc52e5ddcc3f..2523e3c55882eb4b777b970bb38a73be484c9ec8 100644
(file)
--- 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)