]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133551: Support t-strings in annotationlib (#133553)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 8 May 2025 01:10:35 +0000 (18:10 -0700)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 01:10:35 +0000 (18:10 -0700)
commit90f476e0f8dbb3a8603f67200c2422fb098c166c
treea45997b4402e7273ff5b0aa524e091b1dc5fd0fa
parent2cc6de77bdf05e6550939856aafb9faf93795a6d
gh-133551: Support t-strings in annotationlib (#133553)

I don't know why you'd use t-strings in annotations, but now if you do,
the STRING format will do a great job of recovering the source code.
Lib/annotationlib.py
Lib/test/.ruff.toml
Lib/test/test_annotationlib.py
Misc/NEWS.d/next/Library/2025-05-06-22-54-37.gh-issue-133551.rfy1tJ.rst [new file with mode: 0644]