diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-16 23:24:29 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-16 23:24:29 (GMT) |
commit | 663756529804830af7816685c72b335563c554b8 (patch) | |
tree | 8f40f53728f86510ad3b9cc52d4ca0a60324d206 | |
parent | 10b1c7cc8fa201df48c2c502efe62ac5475ceb18 (diff) | |
download | cpython-663756529804830af7816685c72b335563c554b8.zip cpython-663756529804830af7816685c72b335563c554b8.tar.gz cpython-663756529804830af7816685c72b335563c554b8.tar.bz2 |
Add Idle news entries.
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -98,6 +98,15 @@ Build IDLE ---- +- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav + Heblikar. + +- Issue #12387: Add missing upper(lower)case versions of default Windows key + bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. + +- Issue #21695: Closing a Find-in-files output window while the search is + still in progress no longer closes Idle. + - Issue #18910: Add unittest for textView. Patch by Phil Webster. - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar. |