diff options
author | Steven M. Gava <elguavas@python.net> | 2001-07-12 06:38:24 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-07-12 06:38:24 (GMT) |
commit | 9713992badb42e02ec62415cd29ddc08d91924ea (patch) | |
tree | cf06c99ed322828015db989806e7f1b4db94f868 /Lib | |
parent | 817a76cfbb3b636d6f084ea859ce61f1cdaece83 (diff) | |
download | cpython-9713992badb42e02ec62415cd29ddc08d91924ea.zip cpython-9713992badb42e02ec62415cd29ddc08d91924ea.tar.gz cpython-9713992badb42e02ec62415cd29ddc08d91924ea.tar.bz2 |
py-cvs merge, additions
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/TODO.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/TODO.txt b/Lib/idlelib/TODO.txt index 9701a87..b5ec7e8 100644 --- a/Lib/idlelib/TODO.txt +++ b/Lib/idlelib/TODO.txt @@ -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) |