mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Remove 'now'
This commit is contained in:
parent
1c3fd875b9
commit
cbddabfd85
1 changed files with 1 additions and 1 deletions
|
|
@ -4160,7 +4160,7 @@ not clear that these semantics are in any way useful.
|
|||
|
||||
There is limited support for class-private
|
||||
identifiers. Any identifier of the form \code{__spam} (at least two
|
||||
leading underscores, at most one trailing underscore) is now textually
|
||||
leading underscores, at most one trailing underscore) is textually
|
||||
replaced with \code{_classname__spam}, where \code{classname} is the
|
||||
current class name with leading underscore(s) stripped. This mangling
|
||||
is done without regard of the syntactic position of the identifier, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue