cpython/Doc/reference
Miss Islington (bot) 11b5045b0c
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238)
Clarify ``getattr`` and ``setattr`` requirements for accessing name-mangled attributes

Co-Authored-By: Catalin Iacob <iacobcatalin@gmail.com>
(cherry picked from commit 2edaf6a4fb)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
2021-05-22 12:06:46 +01:00
..
compound_stmts.rst [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (GH-25290) 2021-04-08 16:03:53 -07:00
datamodel.rst bpo-42800: Add audit events for f_code and tb_frame (GH-24182) 2021-05-03 14:06:36 +01:00
executionmodel.rst
expressions.rst bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238) 2021-05-22 12:06:46 +01:00
grammar.rst
import.rst bpo-35181: Correct importlib documentation for some module attributes (GH-15190) 2020-10-21 14:39:41 -07:00
index.rst
introduction.rst
lexical_analysis.rst
simple_stmts.rst Update doc as relative import can be used with star import (GH-25667) (GH-26122) 2021-05-14 07:25:40 -07:00
toplevel_components.rst