8000 gh-74929: Rudimentary docs for PEP 667 by gvanrossum · Pull Request #118581 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-74929: Rudimentary docs for PEP 667 #118581

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

Merged
merged 5 commits into from
May 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix versionchanged:: markup
  • Loading branch information
gvanrossum committed May 4, 2024
commit 0182e4ba26622eae7da278acf2da6972c5c28872
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ Special read-only attributes
(if the frame refers to a function or comprehension,
this may return a write-through proxy object)

.. versionchanged 3.13
.. versionchanged:: 3.13
Return a proxy for functions and comprehensions.

* - .. attribute:: frame.f_globals
Expand Down
Loading
0