diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-07-04 01:25:56 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-07-04 01:25:56 (GMT) |
commit | 49a5fe107fceb0239d87119842b20a7421043b5a (patch) | |
tree | 1d265bc88514c8069ea096650870b87c06698c86 /Lib/idlelib/NEWS.txt | |
parent | 9ec3e3b6eb4b36870bd28682e6c7a6c36911e5e0 (diff) | |
download | cpython-49a5fe107fceb0239d87119842b20a7421043b5a.zip cpython-49a5fe107fceb0239d87119842b20a7421043b5a.tar.gz cpython-49a5fe107fceb0239d87119842b20a7421043b5a.tar.bz2 |
Redirect the warning stream to the shell during the ScriptBinding check of user code
and format the warning similarly to an exception for both that check and for
warnings raised in the subprocess.
M NEWS.txt
M Pyshell.py
M ScriptBinding.py
M run.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 921c8b7..6fb668e 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,10 @@ What's New in IDLE 1.1a0? *Release date: XX-XXX-2004* +- Redirect the warning stream to the shell during the ScriptBinding check of + user code and format the warning similarly to an exception for both that + check and for runtime warnings raised in the subprocess. + - CodeContext hint pane visibility state is now persistent across sessions. The pane no longer appears in the shell window. Added capability to limit extensions to shell window or editor windows. Noam Raphael addition |