diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-11-21 23:08:09 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-11-21 23:08:09 (GMT) |
commit | efae8c499f522547b9e73afde8821b0a1b1bf015 (patch) | |
tree | e71434d002b9a65034c3ee74cad28e561b11c237 /Misc | |
parent | 6f7fad16bc2799c3db0e96d4c4ad35676d59251c (diff) | |
download | cpython-efae8c499f522547b9e73afde8821b0a1b1bf015.zip cpython-efae8c499f522547b9e73afde8821b0a1b1bf015.tar.gz cpython-efae8c499f522547b9e73afde8821b0a1b1bf015.tar.bz2 |
#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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #4383: When IDLE cannot make the connection to its subprocess, it would + fail to properly display the error message. + What's New in Python 3.0 release candidate 3? ============================================= |