]> granicus.if.org Git - python/commit
#4383: UnboundLocalError when IDLE cannot connect to its subprocess.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 21 Nov 2008 23:08:09 +0000 (23:08 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 21 Nov 2008 23:08:09 +0000 (23:08 +0000)
commitefae8c499f522547b9e73afde8821b0a1b1bf015
treee71434d002b9a65034c3ee74cad28e561b11c237
parent6f7fad16bc2799c3db0e96d4c4ad35676d59251c
#4383: UnboundLocalError when IDLE cannot connect to its subprocess.

Python 3.0 clears the exception variable upon exit of the "except:" clause,
and the displaying code fails miserably.

Reviewed by Benjamin.
Lib/idlelib/run.py
Misc/NEWS