-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-129958: New syntax error in format spec applies to both f-strings and t-strings #135570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if this warrants a test in test_tstring.py and/or a blurb!
I think it warrants both :)
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
a323c91
to
824e1ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor formatting nit and it's good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @dylwil3!
Thanks @dylwil3 for the PR, and @lysnikolaou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…rings and t-strings (pythonGH-135570) (cherry picked from commit fb9e292) Co-authored-by: Dylan <dylwil3@gmail.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
GH-135982 is a backport of this pull request to the 3.14 branch. |
Closes #129958
(again)
And I think requires backport to 3.14.
Let me know if this warrants a test in
test_tstring.py
and/or a blurb!