]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a Tk error dialog to run.py inform the user if the subprocess can't
authorKurt B. Kaiser <kbk@shore.net>
Wed, 21 Jan 2004 18:54:30 +0000 (18:54 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 21 Jan 2004 18:54:30 +0000 (18:54 +0000)
commitaf3eb878027954fa578f43ba490599d13215eb3a
tree799909d784c98e4ff9151eee29e9609cf045bc33
parent1fe97502002823098f66c9f103c8e27c8bcc69f9
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.
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/run.py