summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-10-08 00:52:14 (GMT)
committerGuido van Rossum <guido@python.org>1995-10-08 00:52:14 (GMT)
commitc5d0d79714ec9e7634f1c38b772eb95388248d8d (patch)
tree8063c9eb8ff8877fc417f003dfc1cebf91455280 /Doc
parent503b2e87c2f69dde286f6c2d797cef7dfee716fd (diff)
downloadcpython-c5d0d79714ec9e7634f1c38b772eb95388248d8d.zip
cpython-c5d0d79714ec9e7634f1c38b772eb95388248d8d.tar.gz
cpython-c5d0d79714ec9e7634f1c38b772eb95388248d8d.tar.bz2
make access obsolete
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref6.tex6
-rw-r--r--Doc/ref6.tex6
2 files changed, 4 insertions, 8 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 0baaf05..22575c2 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -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}
diff --git a/Doc/ref6.tex b/Doc/ref6.tex
index 0baaf05..22575c2 100644
--- a/Doc/ref6.tex
+++ b/Doc/ref6.tex
@@ -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}