diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-08-24 18:10:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 18:10:04 (GMT) |
commit | fa7a6f5e355f69452682f1beba66bd1ac7fef79a (patch) | |
tree | 388e9c2f62e8f2b4b096d768862ea95c7a66a76f | |
parent | 43710b67b3d40325ba2c31b793895aed48fd8aa7 (diff) | |
download | cpython-fa7a6f5e355f69452682f1beba66bd1ac7fef79a.zip cpython-fa7a6f5e355f69452682f1beba66bd1ac7fef79a.tar.gz cpython-fa7a6f5e355f69452682f1beba66bd1ac7fef79a.tar.bz2 |
Revert "(TH-15402)" (#15468)
This reverts commit a50f0a4c2bd997e4534162ecc1853cb54c7ae902.
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst index 2a5b0bd..a44fd3b 100644 --- a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst +++ b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst @@ -1 +1 @@ -Refactor IDLE autocomplete and improve testing. +IDLE - Refactor autocompete and improve testing. |