[issue4383] UnboundLocalError when IDLE cannot connect to its subprocess

2008-11-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Thanks for the fast review, fixed in r67323 -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue4383] UnboundLocalError when IDLE cannot connect to its subprocess

2008-11-21 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Looks good. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4383] UnboundLocalError when IDLE cannot connect to its subprocess

2008-11-21 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: When IDLE cannot connect to its subprocess, it tries to display the socket.error. But since python 3.0 the exception variable is cleared after the "except:" block and unavailable for the displaying code. Exception in thread SockThre