summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-05-31 16:58:08 (GMT)
committerNed Deily <nad@acm.org>2012-05-31 16:58:08 (GMT)
commitd3487be8768bc763cdd931e0de73e2e7d3d3e0a0 (patch)
tree5fab57695e9af0151231bc76c04f9d65a64518fc /Misc
parentd2456556b2eadc2805185538214ecfe41365d0df (diff)
parent8b2a56b89d6ce0d8ce3343953529e07a42ffc917 (diff)
downloadcpython-d3487be8768bc763cdd931e0de73e2e7d3d3e0a0.zip
cpython-d3487be8768bc763cdd931e0de73e2e7d3d3e0a0.tar.gz
cpython-d3487be8768bc763cdd931e0de73e2e7d3d3e0a0.tar.bz2
Issue #14962: merge
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 caeed46..d34cebc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 1?
Library
-------
+- Issue #14962: Update text coloring in IDLE shell window after changing
+ options. Patch by Roger Serwy.
+
- Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative
algorithm (Patch by Alon Horev)