]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
make access obsolete
authorGuido van Rossum <guido@python.org>
Sun, 8 Oct 1995 00:52:14 +0000 (00:52 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 8 Oct 1995 00:52:14 +0000 (00:52 +0000)
Doc/ref/ref6.tex
Doc/ref6.tex

index 0baaf059d8447a3cbfa087fd6a89fd9700db542a..22575c2039c159568b91903735dc6cfbb9d62d9f 100644 (file)
@@ -506,10 +506,8 @@ program.)
 access_stmt:    "access" ...
 \end{verbatim}
 
-This statement will be used in the future to control access to
-instance and class variables.  Currently its syntax and effects are
-undefined; however the keyword \verb@access@ is a reserved word for
-the parser.
+This statement is obsolete.  It no longer generates any code; in the
+future, \verb@access@ will no longer be a reserved word.
 
 \section{The {\tt exec} statement} \label{exec}
 \stindex{exec}
index 0baaf059d8447a3cbfa087fd6a89fd9700db542a..22575c2039c159568b91903735dc6cfbb9d62d9f 100644 (file)
@@ -506,10 +506,8 @@ program.)
 access_stmt:    "access" ...
 \end{verbatim}
 
-This statement will be used in the future to control access to
-instance and class variables.  Currently its syntax and effects are
-undefined; however the keyword \verb@access@ is a reserved word for
-the parser.
+This statement is obsolete.  It no longer generates any code; in the
+future, \verb@access@ will no longer be a reserved word.
 
 \section{The {\tt exec} statement} \label{exec}
 \stindex{exec}