commit | 2edaf6a4fb7e20324dde1423232f07211347f092 | [log] [tgz] |
---|---|---|
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | Wed Feb 03 05:06:57 2021 +0800 |
committer | GitHub <noreply@github.com> | Tue Feb 02 13:06:57 2021 -0800 |
tree | 90d57217283933a1ff5bda10f1dab329c4383745 | |
parent | bb739ec922c6992a2be38f9fd3c544c2cc322dde [diff] |
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>