]> 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:09:36 +0000 (17:09 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2019 00:09:36 +0000 (17:09 -0700)
commit4969192f99046bc0f6453185082c00f7a6e132ec
treec786310cea7f667854c7ad81985295231820cb4a
parenta96f0367d4c84ed42f8dc80c88c10f334498f36c
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]