Skip to content
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

Merged
merged 7 commits into from
May 24, 2023

Conversation

mgmacias95
Copy link
Contributor

@mgmacias95 mgmacias95 commented May 23, 2023

@pablogsal
Copy link
Member

Let's make sure we cover also the changes being mentioned in #104802

@pablogsal
Copy link
Member

@CAM-Gerlach could you help us copy-editing the text if you have sone free cycles? :)

Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
@JelleZijlstra JelleZijlstra added the needs backport to 3.12 bug and security fixes label May 24, 2023
pablogsal and others added 2 commits May 24, 2023 09:52
@pablogsal pablogsal merged commit c45701e into python:main May 24, 2023
18 of 19 checks passed
@miss-islington
Copy link
Contributor

Thanks @mgmacias95 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 24, 2023
…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>
@bedevere-bot
Copy link

GH-104847 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label May 24, 2023
@pablogsal
Copy link
Member

Mergin now gives visibility to this change to users looking at the What's New for 3.12 beta 1

pablogsal added a commit that referenced this pull request May 24, 2023
…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>
@hugovk
Copy link
Member

hugovk commented May 24, 2023

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']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants