Commit 9a97b05f authored by Guido van Rossum's avatar Guido van Rossum

Add IDLE wish: access items of arrays

parent cd4c5e33
...@@ -12,6 +12,7 @@ TO DO: ...@@ -12,6 +12,7 @@ TO DO:
- display class name in stack viewer entries for methods - display class name in stack viewer entries for methods
- suppress tracing through IDLE internals (e.g. print) - suppress tracing through IDLE internals (e.g. print)
- add a button to suppress through a specific module or class or method - 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 - insert the initial current directory into sys.path
- default directory attribute for each window instead of only for windows - default directory attribute for each window instead of only for windows
that have an associated filename that have an associated filename
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment