diff options
author | Ned Deily <nad@acm.org> | 2012-05-31 16:17:29 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-05-31 16:17:29 (GMT) |
commit | 8b2a56b89d6ce0d8ce3343953529e07a42ffc917 (patch) | |
tree | 3445d59e0d92722f1bd6982dad0458b2df280a35 /Misc | |
parent | d70be9ba1f1ddb332f039491a50ac9190d3adfc4 (diff) | |
download | cpython-8b2a56b89d6ce0d8ce3343953529e07a42ffc917.zip cpython-8b2a56b89d6ce0d8ce3343953529e07a42ffc917.tar.gz cpython-8b2a56b89d6ce0d8ce3343953529e07a42ffc917.tar.bz2 |
Issue #14962: Update text coloring in IDLE shell window after changing
options. Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ Core and Builtins Library ------- +- Issue #14962: Update text coloring in IDLE shell window after changing + options. Patch by Roger Serwy. + - Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. - Issue #14443: Tell rpmbuild to use the correct version of Python in |