]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
py-cvs merge, additions
authorSteven M. Gava <elguavas@python.net>
Thu, 12 Jul 2001 06:38:24 +0000 (06:38 +0000)
committerSteven M. Gava <elguavas@python.net>
Thu, 12 Jul 2001 06:38:24 +0000 (06:38 +0000)
Lib/idlelib/TODO.txt

index 9701a87f4f416a67d473677a4e26f83cb3d896b6..b5ec7e81cb9158f8ed85da79797d3d775752163b 100644 (file)
@@ -12,6 +12,7 @@ TO DO:
     - display class name in stack viewer entries for methods
     - suppress tracing through IDLE internals (e.g. print)
     - add a button to suppress through a specific module or class or method
+    - more object inspection to stack viewer, e.g. to view all array items
 - insert the initial current directory into sys.path
 - default directory attribute for each window instead of only for windows
   that have an associated filename
@@ -203,3 +204,8 @@ it) in the PyShell.  (Martijn Faassen)
 - Output of Run Script should go to a separate output window, not to
 the shell window.  Output of separate runs should all go to the same
 window but clearly delimited.  (David Scherer)
+
+- GUI form designer to kick VB's butt.  (Robert Geiger)
+
+- Printing!  Possibly via generation of PDF files which the user must
+then send to the printer separately.  (Dinu Gherman)