Skip to content

[Feature Request] Add support for Python 3.14 t-strings #156

@davepeck

Description

@davepeck

Python 3.14 adds a new t-string literal syntax and ships in just a few weeks.

The good news is that it's easy to support: it shares the same syntax as f-strings. Anywhere you can prefix a string with an f or F, you can also prefix it with a t or T in Python 3.14. Hopefully this makes updating the grammar straightforward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions