commit | 8ba9e450c99230d9f8e611ce08edf72dbd7973c7 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Tue Jun 03 20:54:15 2014 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Tue Jun 03 20:54:15 2014 -0400 |
tree | 9f0b247cd32690b8c480fbf52c7a3a376c35bc29 | |
parent | 1e927094d553d776eda713096b6e293048fb2976 [diff] [blame] |
Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.
diff --git a/Misc/NEWS b/Misc/NEWS index 4cf70a6..2589663 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,11 @@ - Issue #21481: Argparse equality and inequality tests now return NotImplemented when comparing to an unknown type. + +IDLE +---- + +- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster. Tests -----