summaryrefslogtreecommitdiffstats
path: root/Tools/idle
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-10-25 21:18:12 (GMT)
committerGuido van Rossum <guido@python.org>2000-10-25 21:18:12 (GMT)
commite752baae71b199ae7ec63e0ae376859f7a306764 (patch)
tree95308d9582ec6c123327ea171e3a016e3f7ee927 /Tools/idle
parent53143bec9b422b8758bd7490e9072521ec2f4061 (diff)
downloadcpython-e752baae71b199ae7ec63e0ae376859f7a306764.zip
cpython-e752baae71b199ae7ec63e0ae376859f7a306764.tar.gz
cpython-e752baae71b199ae7ec63e0ae376859f7a306764.tar.bz2
Add IDLE wish: access items of arrays
Diffstat (limited to 'Tools/idle')
-rw-r--r--Tools/idle/TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt
index f400d1e..b5ec7e8 100644
--- a/Tools/idle/TODO.txt
+++ b/Tools/idle/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