]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74929: Rudimentary docs for PEP 667 (#118581)
authorGuido van Rossum <guido@python.org>
Sun, 5 May 2024 15:31:26 +0000 (08:31 -0700)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 15:31:26 +0000 (15:31 +0000)
commit9c13d9e37a194f574b8591da634bf98419786448
treef07a1aee30fcce27fc372d7892e967e7669c6c89
parent5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4
gh-74929: Rudimentary docs for PEP 667 (#118581)

This is *not* sufficient for the final 3.13 release, but it will do for beta 1:

- What's new entry
- Updated changelog entry (news blurb)
- Mention the proxy for f_globals in the datamodel and Python frame object docs

This doesn't have any C API details (what's new refers to the PEP).
Doc/c-api/frame.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst