summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-21 23:08:09 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-21 23:08:09 (GMT)
commitefae8c499f522547b9e73afde8821b0a1b1bf015 (patch)
treee71434d002b9a65034c3ee74cad28e561b11c237 /Misc
parent6f7fad16bc2799c3db0e96d4c4ad35676d59251c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1de1074..1e61e54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=============================================