]> granicus.if.org Git - python/commitdiff
Add IDLE wish: access items of arrays
authorGuido van Rossum <guido@python.org>
Wed, 25 Oct 2000 21:18:12 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 25 Oct 2000 21:18:12 +0000 (21:18 +0000)
Tools/idle/TODO.txt

index f400d1e78345f6dfb56bf47f308adbf1589fc3d5..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