]> 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:08:04 +0000 (04:08 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 11:08:04 +0000 (04:08 -0700)
commita64df485a4c3ebb0caa1d62c02246cd43d0e976e
tree4e2b8ab50aa6b9f16df803335a30b3da1b8489a1
parent2fecb48a1d84190c37214eb4b0c8d5460300a78b
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]