]> 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:12:11 +0000 (04:12 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 11:12:11 +0000 (04:12 -0700)
commit82397e2d97f89fdf36cb8eaf3b2d7c407456ec78
tree80d905ba6f267c9017d6e72081a5afff94fa3ec4
parent0af9bef61afffbf128aba76a2e578059621b4f00
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]