summaryrefslogtreecommitdiffstats
path: root/Tools/idle/ClassBrowser.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-08 20:28:42 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-08 20:28:42 (GMT)
commit21ad59f1ee09d5cafbeedfcaf38feb5f3f8bf910 (patch)
treee37f1455e309f518cd78971de034bb8f16653d69 /Tools/idle/ClassBrowser.py
parent9a744a9dd771ee8997bdebaf47ff999b5adc9733 (diff)
downloadcpython-21ad59f1ee09d5cafbeedfcaf38feb5f3f8bf910.zip
cpython-21ad59f1ee09d5cafbeedfcaf38feb5f3f8bf910.tar.gz
cpython-21ad59f1ee09d5cafbeedfcaf38feb5f3f8bf910.tar.bz2
# TODO entries changed
Diffstat (limited to 'Tools/idle/ClassBrowser.py')
-rw-r--r--Tools/idle/ClassBrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/ClassBrowser.py b/Tools/idle/ClassBrowser.py
index 4093079..f9b1655 100644
--- a/Tools/idle/ClassBrowser.py
+++ b/Tools/idle/ClassBrowser.py
@@ -2,7 +2,7 @@
XXX TO DO:
-- generalize the scrolling listbox with some behavior into a base class
+- reparse when source changed
- add popup menu with more options (e.g. doc strings, base classes, imports)
- show function argument list (have to do pattern matching on source)
- should the classes and methods lists also be in the module's menu bar?