Add IDLE wish: access items of arrays

This commit is contained in:
Guido van Rossum 2000-10-25 21:18:12 +00:00
parent 53143bec9b
commit e752baae71
1 changed files with 1 additions and 0 deletions

View 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