gh-74929: PEP 667 general docs update by ncoghlan · Pull Request #119201 · python/cpython

@ncoghlan

* expand on What's New entry for PEP 667
* review (and update) all mentions of "locals" in documentation

C API documentation updates will be added in a separate PR

ncoghlan

ncoghlan

ncoghlan

@ncoghlan ncoghlan marked this pull request as ready for review

May 20, 2024 10:26

@ncoghlan

@ncoghlan

hugovk

blaisep

blaisep

terryjreedy

jeremyhylton

jeremyhylton

@ncoghlan

@ncoghlan

@ncoghlan

ncoghlan

@ncoghlan

@ncoghlan

@ncoghlan

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 21, 2024
* 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 e870c85)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
* 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)