]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104825: add omitted idlelib text fix (#104880)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 24 May 2023 17:41:50 +0000 (13:41 -0400)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 17:41:50 +0000 (17:41 +0000)
commit2b54ea5ba2f5fbbaea03def966f02b742652104e
tree56daaf41b2c72a7e4983b11c7a4d64127de5dca7
parent25890ebbb8502a19b76da7634d9a85e3c8ddcb54
[3.12] gh-104825: add omitted idlelib text fix (#104880)

Order of events:
Terry merged new idlelib test into main.
Ms. I. made a 3.12 backport; tests passed.
Pablo merged the tokenize change with idlelib test fix into main.
Pablo merged a 3.12 backport without the idle test fix
as the backport of the latter had not yet been been merged.
Terry merged the idlelib test backport.  The new test failed
on at least 4 3.12 buildbots because of the tokenize change.
This PR backports the now needed idlelib test fix.

(cherry picked from commit c8cf9b4)
Lib/idlelib/idle_test/test_editor.py