diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-01 04:28:55 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-01 04:28:55 (GMT) |
commit | 34d0c66ef2bcfae00beb9f2b14e393cd00f499e4 (patch) | |
tree | 87a046af3d360a1d3f0d5ce8239d93f4dda6a067 /Misc | |
parent | cadd7864d88239d7ed58611b28e8dc48ff70b49c (diff) | |
download | cpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.zip cpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.tar.gz cpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.tar.bz2 |
#6698: IDLE now opens just an editor window when configured to do so.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Core and Builtins Library ------- +- Issue #6698: IDLE now opens just an editor window when configured to do so. + - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. |