]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error
authorKurt B. Kaiser <kbk@shore.net>
Sun, 6 Jun 2004 17:41:41 +0000 (17:41 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 6 Jun 2004 17:41:41 +0000 (17:41 +0000)
commite08a8503da6e452e2e66b5672f9987bdff46d6a6
tree9c77a775b80e34c576ebbf498c7e664f5a67b799
parent9d1094f0f9e3983da02434794dfb6cd363aaba12
Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error

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 idlever.py
M run.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/idlever.py
Lib/idlelib/run.py