summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-11 19:46:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-11 19:46:27 (GMT)
commitdd4754e6a8760d70db1853855c5f6f0f8c1b1f1b (patch)
tree680a29547b9a5e71eac712ab1ed50bebb3d397b4 /Misc
parentb9183950d80b42cf7d37a82f5a58e5561355e177 (diff)
downloadcpython-dd4754e6a8760d70db1853855c5f6f0f8c1b1f1b.zip
cpython-dd4754e6a8760d70db1853855c5f6f0f8c1b1f1b.tar.gz
cpython-dd4754e6a8760d70db1853855c5f6f0f8c1b1f1b.tar.bz2
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 51e0557..dcd9754 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,8 @@ C API
IDLE
----
+- Issue #18988: The "Tab" key now works when a word is already autocompleted.
+
- Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster.
- Issue #18429: Format / Format Paragraph, now works when comment blocks