Kaydet (Commit) cbddabfd authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove 'now'

üst 1c3fd875
...@@ -4160,7 +4160,7 @@ not clear that these semantics are in any way useful. ...@@ -4160,7 +4160,7 @@ not clear that these semantics are in any way useful.
There is limited support for class-private There is limited support for class-private
identifiers. Any identifier of the form \code{__spam} (at least two 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 replaced with \code{_classname__spam}, where \code{classname} is the
current class name with leading underscore(s) stripped. This mangling current class name with leading underscore(s) stripped. This mangling
is done without regard of the syntactic position of the identifier, so is done without regard of the syntactic position of the identifier, so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment