]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2020 11:14:17 +0000 (04:14 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 11:14:17 +0000 (04:14 -0700)
commit874506cff9aff2cb5eb0192c878e08ded18326a9
tree1238082fc15a9e8efb79a0e611bd3110eb47a2ae
parenta3c3e8920af292f6c16425efc80aa764e1305f59
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)

This was the only failure running unittest.main(test.test_idle) after imports.
(cherry picked from commit 905b3cd05f8d2c29e1605d109900e3e9d07af4d3)

Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_autocomplete.py
Misc/NEWS.d/next/IDLE/2020-05-24-06-19-43.bpo-40723.AJLd4U.rst [new file with mode: 0644]