]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Aug 2019 00:08:16 +0000 (17:08 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2019 00:08:16 +0000 (17:08 -0700)
commit5349f8cd784220fc6599830c56d3f0614de2b8cb
treea888f6adac70a7140969dcca28137f7e392b239a
parent9c95fc752c1465202df67fa894ef326c8ebb8cac
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)

(cherry picked from commit 1213123005d9f94bb5027c0a5256ea4d3e97b61d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/autocomplete.py
Lib/idlelib/autocomplete_w.py
Lib/idlelib/idle_test/test_autocomplete.py
Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst [new file with mode: 0644]