]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-74929: PEP 667 general docs update (gh-119291)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 May 2024 11:35:26 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 11:35:26 +0000 (21:35 +1000)
commitdb64dae74517d094da5516b9c96d3e81e7108ebf
tree69f96c4cbba70878762f070613f40877e3fadf1f
parentf7303cd96742cf6ae3dedc4e3d5211140922186f
[3.13] gh-74929: PEP 667 general docs update (gh-119291)

* 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)

(cherry picked from commit e870c852c0ea96fa4e4569e9c39c7ceb80ce858d)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
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