]> granicus.if.org Git - python/commitdiff
New wishes.
authorGuido van Rossum <guido@python.org>
Thu, 15 Jul 1999 13:11:02 +0000 (13:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Jul 1999 13:11:02 +0000 (13:11 +0000)
Tools/idle/TODO.txt

index a520b3069e51e5bcaf27224d436304bcd42702ee..49a8dd5e9ef639da1fa5e8e2576834205eca6085 100644 (file)
@@ -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: