Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83d4657

Browse files
committed
Added some clarifications.
1 parent 90ad858 commit 83d4657

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Tools/idle/NEWS.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,20 @@ browsers (TP)
2323
multi-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
3132
familiar 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

3741
New in IDLE 0.4 (4/7/99)
3842
------------------------

0 commit comments

Comments
 (0)