-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Implement PEP 750 – Template Strings #132661
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
Comments
Co-authored-by: Lysandros Nikolaou <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Wingy <[email protected]> Co-authored-by: Koudai Aono <[email protected]> Co-authored-by: Dave Peck <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Paul Everitt <[email protected]> Co-authored-by: sobolevn <[email protected]>
We still need documentation. |
Oh my bad! |
Yes, let's keep this open for docs (planned to do that during the PyCon sprints) and some initial bug fixes that'll be needed. |
We just got to string literals in #127833, an effort to refresh the language reference. You're probably the best person to document t-strings, but I suggest not worrying much about details in the Lexical Analysis & Syntax chapters: we'll clean up any duplications, unclear references, etc. later. |
Sounds good! cc also @pauleveritt and @davepeck who'll be working on docs as well |
See PEP 750 for more details.
Linked PRs
The text was updated successfully, but these errors were encountered: