Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ peps/pep-0832.rst @brettcannon
peps/pep-0833.rst @dstufft
peps/pep-0835.rst @ilevkivskyi
peps/pep-0836.rst @savannahostrowski @Fidget-Spinner @brandtbucher
peps/pep-0840.rst @jeremyhylton
peps/pep-0840.rst @jeremyhylton @gvanrossum
# ...
peps/pep-2026.rst @hugovk
# ...
Expand Down
5 changes: 4 additions & 1 deletion peps/pep-0840.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
PEP: 840
Title: Name Resolution in Class Namespaces
Author: Jeremy Hylton <jeremy@python.org>
Author: Jeremy Hylton <jeremy@python.org>,
Guido van Rossum <guido@python.org>
Discussions-To: https://discuss.python.org/t/pep-840-name-resolution-in-class-namespaces/108166
Status: Draft
Type: Standards Track
Created: 15-Jul-2026
Python-Version: 3.16
Post-History: `16-Jul-2026 <https://discuss.python.org/t/pep-840-name-resolution-in-class-namespaces/108166>`__


Abstract
Expand Down
Loading