summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-01-21 18:54:30 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-01-21 18:54:30 (GMT)
commitaf3eb878027954fa578f43ba490599d13215eb3a (patch)
tree799909d784c98e4ff9151eee29e9609cf045bc33 /Lib/idlelib/NEWS.txt
parent1fe97502002823098f66c9f103c8e27c8bcc69f9 (diff)
downloadcpython-af3eb878027954fa578f43ba490599d13215eb3a.zip
cpython-af3eb878027954fa578f43ba490599d13215eb3a.tar.gz
cpython-af3eb878027954fa578f43ba490599d13215eb3a.tar.bz2
Added a Tk error dialog to run.py inform the user if the subprocess can't
connect to the user GUI process. Added a timeout to the GUI's listening socket. Added Tk error dialogs to PyShell.py to announce a failure to bind the port or connect to the subprocess. Clean up error handling during connection initiation phase. This is an update of Python Patch 778323. M NEWS.txt M PyShell.py M ScriptBinding.py M run.py Backport candidate.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 998bbaa..7f52564 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,12 @@ What's New in IDLE 1.1a0?
*Release date: XX-XXX-2004*
+- Added a Tk error dialog to run.py inform the user if the subprocess can't
+ connect to the user GUI process. Added a timeout to the GUI's listening
+ socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
+ the port or connect to the subprocess. Clean up error handling during
+ connection initiation phase. This is an update of Python Patch 778323.
+
- Print correct exception even if source file changed since shell was
restarted. IDLEfork Patch 869012 Noam Raphael