◐ Shell
clean mode source ↗

[3.12] gh-104825: add omitted idlelib text fix by terryjreedy · Pull Request #104880 · python/cpython

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)

@terryjreedy added type-bug

An unexpected behavior, bug, or error

tests

Tests in the Lib/test dir

labels

May 24, 2023

This was referenced

May 24, 2023

pablogsal