]> granicus.if.org Git - python/commit
1. Catch NameError on import (could be raised by case mismatch on Windows).
authorGuido van Rossum <guido@python.org>
Tue, 1 Jun 1999 18:27:14 +0000 (18:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 Jun 1999 18:27:14 +0000 (18:27 +0000)
commit74311b2c27f50157f644a01a7bee937cd5414533
tree380727b8ef9bf958ec5fb25d5b08b4f113064412
parent292dd2d1afdabd35c6ea3f746539ce2b01930a23
1. Catch NameError on import (could be raised by case mismatch on Windows).
2. No longer need to reset pyclbr cache and show watch cursor when calling
   ClassBrowser -- the ClassBrowser takes care of pyclbr and the TreeWidget
   takes care of the watch cursor.
3. Reset the focus to the current window after error message about class
   browser on buffer without filename.
Tools/idle/EditorWindow.py