mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
make access obsolete
This commit is contained in:
parent
503b2e87c2
commit
c5d0d79714
2 changed files with 4 additions and 8 deletions
|
|
@ -506,10 +506,8 @@ program.)
|
||||||
access_stmt: "access" ...
|
access_stmt: "access" ...
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
This statement will be used in the future to control access to
|
This statement is obsolete. It no longer generates any code; in the
|
||||||
instance and class variables. Currently its syntax and effects are
|
future, \verb@access@ will no longer be a reserved word.
|
||||||
undefined; however the keyword \verb@access@ is a reserved word for
|
|
||||||
the parser.
|
|
||||||
|
|
||||||
\section{The {\tt exec} statement} \label{exec}
|
\section{The {\tt exec} statement} \label{exec}
|
||||||
\stindex{exec}
|
\stindex{exec}
|
||||||
|
|
|
||||||
|
|
@ -506,10 +506,8 @@ program.)
|
||||||
access_stmt: "access" ...
|
access_stmt: "access" ...
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
This statement will be used in the future to control access to
|
This statement is obsolete. It no longer generates any code; in the
|
||||||
instance and class variables. Currently its syntax and effects are
|
future, \verb@access@ will no longer be a reserved word.
|
||||||
undefined; however the keyword \verb@access@ is a reserved word for
|
|
||||||
the parser.
|
|
||||||
|
|
||||||
\section{The {\tt exec} statement} \label{exec}
|
\section{The {\tt exec} statement} \label{exec}
|
||||||
\stindex{exec}
|
\stindex{exec}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue