File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,16 +23,20 @@ browsers (TP)
2323multi-line statements (TP)
2424
2525- Call tip window pops up when you type the name of a known function
26- followed by an open parenthesis (MH)
26+ followed by an open parenthesis. Hit ESC or click elsewhere in the
27+ window to close the tip window (MH)
2728
2829- Comment out region now inserts ## to make it stand out more (TP)
2930
3031- New path and class browsers based on a tree widget that looks
3132familiar to Windows users
3233
33- - Reworked script running commands to be more intuitive
34-
35- - XXX much more?!
34+ - Reworked script running commands to be more intuitive: I/O now
35+ always goes to the *Python Shell* window, and raw_input() works
36+ correctly. You use F5 to import/reload a module: this adds the module
37+ name to the __main__ namespace. You use Control-F5 to run a script:
38+ this runs the script *in* the __main__ namespace. The latter also
39+ sets sys.argv[] to the script name
3640
3741New in IDLE 0.4 (4/7/99)
3842------------------------
You can’t perform that action at this time.
0 commit comments