summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-07 10:30:12 -0800
committerGitHub <noreply@github.com>2018-11-07 10:30:12 -0800
commitd06b60fca35dd597a6009c643c90a6601a365932 (patch)
treef23ae54a742d3fc439d1caafb2796f18729148aa /Doc
parent830f26d11e87505f116ebfd1c1a9881c18ede8ab (diff)
downloadcpython-git-d06b60fca35dd597a6009c643c90a6601a365932.tar.gz
Add a reference to the name mangling description in the tutorial to the index. (GH-10138)
(cherry picked from commit c5eec4426d9144b2255500217d0e3ff9463d2770) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/classes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst
index 9935ccb927..b17e150cff 100644
--- a/Doc/tutorial/classes.rst
+++ b/Doc/tutorial/classes.rst
@@ -620,6 +620,9 @@ be treated as a non-public part of the API (whether it is a function, a method
or a data member). It should be considered an implementation detail and subject
to change without notice.
+.. index::
+ pair: name; mangling
+
Since there is a valid use-case for class-private members (namely to avoid name
clashes of names with names defined by subclasses), there is limited support for
such a mechanism, called :dfn:`name mangling`. Any identifier of the form