Commit c5d0d797 authored by Guido van Rossum's avatar Guido van Rossum

make access obsolete

parent 503b2e87
......@@ -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}
......
......@@ -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}
......
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