diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-16 23:24:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-16 23:24:22 (GMT) |
commit | 1a6561e2f593143565a6562e7818ea735d2b6790 (patch) | |
tree | 5d6caad06d343852cea0e9bab0f316a503763b3f /Misc | |
parent | 7c5318f58346c0f8f45b60c88410f64d954d36b5 (diff) | |
download | cpython-1a6561e2f593143565a6562e7818ea735d2b6790.zip cpython-1a6561e2f593143565a6562e7818ea735d2b6790.tar.gz cpython-1a6561e2f593143565a6562e7818ea735d2b6790.tar.bz2 |
Add Idle news entries (plus whitespace fix from other entries).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -55,12 +55,21 @@ Library - Issue #8743: Fix interoperability between set objects and the collections.Set() abstract base class. -- Issue #21481: Argparse equality and inequality tests now return +- Issue #21481: Argparse equality and inequality tests now return NotImplemented when comparing to an unknown type. - + 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. |