diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-01 04:52:18 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-01 04:52:18 (GMT) |
commit | ec4bdac8dd8c1a2fb6c211046dd0fca47a9896f2 (patch) | |
tree | 61dc4f4e65343db7476cfabfcc0ba355eb6c0e48 /Misc | |
parent | 7afadc856b2f0d960250a0e5924b6b69e6abc417 (diff) | |
parent | 8a0b7756e28f9374a8a316ca9a81613cc6b6e022 (diff) | |
download | cpython-ec4bdac8dd8c1a2fb6c211046dd0fca47a9896f2.zip cpython-ec4bdac8dd8c1a2fb6c211046dd0fca47a9896f2.tar.gz cpython-ec4bdac8dd8c1a2fb6c211046dd0fca47a9896f2.tar.bz2 |
(merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -543,6 +543,9 @@ C-API IDLE ---- +- Issue #7136: In the Idle File menu, "New Window" is renamed "New File". + Patch by Tal Einat, Roget Serwy, and Todd Rovito. + - Remove dead imports of imp. - Issue #18196: Avoid displaying spurious SystemExit tracebacks. |