]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139742: Add support for Python 3.14 t-string prefixes in IDLE colorizer and tests...
authorAnuradha Agrawal <paysur2111@gmail.com>
Thu, 9 Oct 2025 09:24:53 +0000 (14:54 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 09:24:53 +0000 (05:24 -0400)
commit6fd141834193e3dc2423e785d97eb127c972a70e
tree021e651cf00e6be7400d3ef720be16d6df0cedc2
parent197c610a1e8e396e354c10f6f5dd60ed6548be77
gh-139742: Add support for Python 3.14 t-string prefixes in IDLE colorizer and tests (#139756)

Add 't' prefix to colorizer.py stringprefix regex to support Python 3.14 template strings.
Add t prefixes to test_colorizer.py source test text and adjust line numbers on test methods.
---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/idlelib/colorizer.py
Lib/idlelib/idle_test/test_colorizer.py
Misc/NEWS.d/next/IDLE/2025-10-08-08-35-50.gh-issue-139742.B3fZLg.rst [new file with mode: 0644]