]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
authorFlorian Dahlitz <f2dahlitz@freenet.de>
Sun, 24 May 2020 10:53:44 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 10:53:44 +0000 (06:53 -0400)
commit905b3cd05f8d2c29e1605d109900e3e9d07af4d3
treed855083e8104d4e48f8bdc0ebd08effaff45f026
parentfdc5a94279736a7715dd35c5354a3c27098d0897
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.
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]