summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-07-15 13:11:02 (GMT)
committerGuido van Rossum <guido@python.org>1999-07-15 13:11:02 (GMT)
commitaba953eceb763582a2fac7b77c6543c371bef97e (patch)
tree9a542bbb6b14bb25e1b2bcd56df8ceeda652a52c /Tools
parentba508a21e028811d9da8344fea574f3d0c88657a (diff)
downloadcpython-aba953eceb763582a2fac7b77c6543c371bef97e.zip
cpython-aba953eceb763582a2fac7b77c6543c371bef97e.tar.gz
cpython-aba953eceb763582a2fac7b77c6543c371bef97e.tar.bz2
New wishes.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/TODO.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt
index a520b30..49a8dd5 100644
--- a/Tools/idle/TODO.txt
+++ b/Tools/idle/TODO.txt
@@ -35,7 +35,11 @@ TO DO:
- use a tree widget instead of a smalltalk/NeXT style multicolumn browser
Need to define a standard way whereby one can determine one is running
inside IDLE (needed for Tk mainloop, also handy for $PYTHONSTARTUP)
-- Add utility methods for use by extensions (e.g. to get selection)
+- Add more utility methods for use by extensions (a la get_selection)
+- Way to run command in totally separate interpreter (fork+os.system?)
+- Way to find definition of fully-qualified name:
+ In other words, select "UserDict.UserDict", hit some magic key and
+ it loads up UserDict.py and finds the first def or class for UserDict.
Details: