[Python-checkins] CVS: python/dist/src/Tools/idle PathBrowser.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 11 Mar 1999 11:37:15 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	PathBrowser.py 
Log Message:
- Don't crash in the case where a superclass is a string instead of a
pyclbr.Class object; this can happen when the superclass is
unrecognizable (to pyclbr), e.g. when module renaming is used.

- Show a watch cursor when calling pyclbr (since it may take a while
recursively parsing imported modules!).