]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 2 Feb 2021 21:06:57 +0000 (05:06 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Feb 2021 21:06:57 +0000 (13:06 -0800)
commit2edaf6a4fb7e20324dde1423232f07211347f092
tree90d57217283933a1ff5bda10f1dab329c4383745
parentbb739ec922c6992a2be38f9fd3c544c2cc322dde
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513)

Clarify ``getattr`` and ``setattr`` requirements for accessing name-mangled attributes

Co-Authored-By: Catalin Iacob <iacobcatalin@gmail.com>
Doc/library/functions.rst
Doc/reference/expressions.rst