]> granicus.if.org Git - python/commit
...and the old pyclbr.py faked Function instances with Class instances
authorKurt B. Kaiser <kbk@shore.net>
Mon, 20 Jan 2003 04:49:37 +0000 (04:49 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 20 Jan 2003 04:49:37 +0000 (04:49 +0000)
commit0b743441a60640824360bdff15780fc5d40489d6
treebe00f61a07705a756755b8777f16f65859388260
parentea4250df7da556bc01b6e48f58afc1cd07c82abf
...and the old pyclbr.py faked Function instances with Class instances
which had empty method and super attributes.  ClassBrowser.IsExpandable()
could not handle the missing attributes.  SF Bug 667787.
Lib/idlelib/ClassBrowser.py