From 8f05ffb0534c2343fc45ad0e1d91ae1dc2d92b64 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Wed, 20 Oct 2021 20:46:18 -0700 Subject: [PATCH] add reference to name mangling --- Doc/library/enum.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index e8e49425ab90a0..2d80a521937bf1 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -1125,9 +1125,9 @@ and raise an error if the two do not match:: _Private__names """"""""""""""" -Private names will be normal attributes in Python 3.10 instead of either an error -or a member (depending on if the name ends with an underscore). Using these names -in 3.9 will issue a :exc:`DeprecationWarning`. +:ref:`Private names ` will be normal attributes in Python +3.11 instead of either an error or a member (depending on if the name ends with +an underscore). Using these names in 3.9 will issue a :exc:`DeprecationWarning`. ``Enum`` member type