Skip to content

gh-151099: Better repr output for template strings.#151104

Open
doerwalter wants to merge 1 commit into
python:mainfrom
doerwalter:main
Open

gh-151099: Better repr output for template strings.#151104
doerwalter wants to merge 1 commit into
python:mainfrom
doerwalter:main

Conversation

@doerwalter
Copy link
Copy Markdown
Contributor

@doerwalter doerwalter commented Jun 8, 2026

This changes the repr ouput for template strings to list the template parts in their original order (which is the same order in which those parts can be passed to the Template constructor to recreate the Template object).

This has been discussed here: https://discuss.python.org/t/repr-output-of-t-strings/107653/8

The issue is here: #151099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant