-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-102856: Add changes related to PEP 701 in 3.12 What's New docs #104824
Conversation
Let's make sure we cover also the changes being mentioned in #104802 |
@CAM-Gerlach could you help us copy-editing the text if you have sone free cycles? :) |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
4a3863a
to
0ab25a6
Compare
Thanks @mgmacias95 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…cs (pythonGH-104824) (cherry picked from commit c45701e) Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
GH-104847 is a backport of this pull request to the 3.12 branch. |
Mergin now gives visibility to this change to users looking at the What's New for 3.12 beta 1 |
…ocs (GH-104824) (#104847) gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (GH-104824) (cherry picked from commit c45701e) Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This broke the CI's doctest check, here's a PR to fix it: #104852 |
quotes (like using double quotes or triple quites if the f-string uses single | ||
quites). In Python 3.12, you can now do things like this: | ||
|
||
>>> songs = ['Take me back to Eden', 'Alkaline', 'Ascensionism'] |
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.
Very good improvement.
📚 Documentation preview 📚: https://cpython-previews--104824.org.readthedocs.build/