Skip to content

Python lexer: support t-strings#3010

Merged
Anteru merged 1 commit intopygments:masterfrom
taminomara:master
Jan 11, 2026
Merged

Python lexer: support t-strings#3010
Anteru merged 1 commit intopygments:masterfrom
taminomara:master

Conversation

@taminomara
Copy link
Copy Markdown
Contributor

Fix #3009.

I didn't duplicate all tests for f-strings because f- and t-strings use the same rules.

@Anteru Anteru self-assigned this Jan 11, 2026
@Anteru Anteru added this to the 2.20.0 milestone Jan 11, 2026
@Anteru Anteru merged commit 61064c4 into pygments:master Jan 11, 2026
15 checks passed
@Anteru
Copy link
Copy Markdown
Collaborator

Anteru commented Jan 11, 2026

Merged, thank you!

@Anteru Anteru added the A-lexing area: changes to individual lexers label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-lexing area: changes to individual lexers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Python 3.14's t-strings

2 participants