]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74929: PEP 667 general docs update (gh-119201)
authorAlyssa Coghlan <ncoghlan@gmail.com>
Tue, 21 May 2024 03:32:15 +0000 (13:32 +1000)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 03:32:15 +0000 (03:32 +0000)
commite870c852c0ea96fa4e4569e9c39c7ceb80ce858d
tree1268f6cbbc811eb44df6935992ba76ff94e0ac89
parent538ed5e4818aa0d0aa759634e8bfa23e317434a1
gh-74929: PEP 667 general docs update (gh-119201)

* expand on What's New entry for PEP 667 (including porting notes)
* define 'optimized scope' as a glossary term
* cover comprehensions and generator expressions in locals() docs
* review all mentions of "locals" in documentation (updating if needed)
* review all mentions of "f_locals" in documentation (updating if needed)
Doc/c-api/frame.rst
Doc/glossary.rst
Doc/library/code.rst
Doc/library/functions.rst
Doc/library/pdb.rst
Doc/library/profile.rst
Doc/library/traceback.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.13.rst
Lib/code.py
Lib/pdb.py