]> granicus.if.org Git - python/commit
- Don't crash in the case where a superclass is a string instead of a
authorGuido van Rossum <guido@python.org>
Thu, 11 Mar 1999 16:37:13 +0000 (16:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Mar 1999 16:37:13 +0000 (16:37 +0000)
commitb62e877631dab6c00a8ce519c2aeac521ae13ea2
tree64f23d02b47d8bf3805ffe5de203f6fa7038d057
parentcbd987040e1d7ac342d336c8a60507c2a950dbd9
- 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!).
Tools/idle/PathBrowser.py