diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-29 05:01:00 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-29 05:01:00 (GMT) |
commit | c69b37ff4e3ac3d20d1bcbb7caa305b118615583 (patch) | |
tree | e31f2e1236ffbce73779bbb931a7e165e3c80537 | |
parent | 86e971ccb377ab954a4d178704a577c059b4cbde (diff) | |
parent | f38356adbbd8ccae5efe7d5a2ae486449282fd23 (diff) | |
download | cpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.zip cpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.tar.gz cpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.tar.bz2 |
Merge with 3.4
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ IDLE * Give code snippet a very Sphinx-like light blueish-gray background. * Re-use initial width and height set by users for shell and editor. * When the Table of Contents (TOC) menu is used, put the section header - at the top of the screen. + at the top of the screen. - Issue #25225: Condense and rewrite Idle doc section on text colors. |