From: Guido van Rossum Date: Wed, 25 Oct 2000 21:18:12 +0000 (+0000) Subject: Add IDLE wish: access items of arrays X-Git-Tag: v2.1a1~811 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e752baae71b199ae7ec63e0ae376859f7a306764;p=python Add IDLE wish: access items of arrays --- diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt index f400d1e783..b5ec7e81cb 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