summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-29 23:34:19 (GMT)
committerNed Deily <nad@acm.org>2011-01-29 23:34:19 (GMT)
commit7a8e21a6ec44cd92c53b25b105be2f0243fbd269 (patch)
treefc4b9a0b4d6bc5133ee354d3ccefabfbaedbfb21 /Misc/NEWS
parent74d31a00d0bef8abea1fb8176771f9dd17dbcd83 (diff)
downloadcpython-7a8e21a6ec44cd92c53b25b105be2f0243fbd269.zip
cpython-7a8e21a6ec44cd92c53b25b105be2f0243fbd269.tar.gz
cpython-7a8e21a6ec44cd92c53b25b105be2f0243fbd269.tar.bz2
Merged revisions 88234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88234 | ned.deily | 2011-01-29 10:43:56 -0800 (Sat, 29 Jan 2011) | 5 lines Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2) ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f0acc3..445536d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,10 @@ Core and Builtins
Library
-------
+- Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
+ preventing a confusing hung appearance on OS X with the windows
+ obscured.
+
- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save
commands.