From: Andrew M. Kuchling Date: Sun, 21 Mar 2004 22:12:45 +0000 (+0000) Subject: Remove 'now' X-Git-Tag: v2.4a1~618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbddabfd85a88356abf8bcfd582724ebb86cd2ad;p=python Remove 'now' --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 972a79bbf2..9fdf228f46 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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