]> granicus.if.org Git - python/commit
Adapt to the new pyclbr's support of listing top-level functions. If
authorGuido van Rossum <guido@python.org>
Thu, 10 Jun 1999 15:19:14 +0000 (15:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Jun 1999 15:19:14 +0000 (15:19 +0000)
commit4431b0f243dda169c37ba748d4539998874fdcf7
tree77c9b366d217502449c0f33917815266247fb29e
parent7a6212872212fb74d9217150d969a6e3c1fc3fa9
Adapt to the new pyclbr's support of listing top-level functions.  If
this functionality is not present (e.g. when used with a vintage
Python 1.5.2 installation) top-level functions are not listed.

(Hmm...  Any distribution of IDLE 0.5 should probably include a copy
of the new pyclbr.py!)
Tools/idle/ClassBrowser.py