]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Mar 2019 21:32:40 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2019 21:32:40 +0000 (14:32 -0700)
commit2b580146a53311e4202b0be63040740cdc01f1f5
treeb9748087dbaef70ca090262176192916b5a716bf
parent4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde
bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)

Fix error in commit 2b75155 noticed by Serhiy Storchaka.
(cherry picked from commit 0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete.py
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/test_autocomplete.py
Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst