diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-05 00:50:59 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-05 00:50:59 (GMT) |
commit | 7936e6f7558e6944feef07c992d160c4cd2d0a48 (patch) | |
tree | 75551503b34c2a17db8130bbd297f4d29f05d247 /Misc | |
parent | e3fcfc240d834083ebe05b6ca2faae5988b8477e (diff) | |
download | cpython-7936e6f7558e6944feef07c992d160c4cd2d0a48.zip cpython-7936e6f7558e6944feef07c992d160c4cd2d0a48.tar.gz cpython-7936e6f7558e6944feef07c992d160c4cd2d0a48.tar.bz2 |
Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Build IDLE ---- +- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar. + - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster. Tests |