From: Guido van Rossum Date: Sun, 8 Oct 1995 00:52:14 +0000 (+0000) Subject: make access obsolete X-Git-Tag: v1.3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5d0d79714ec9e7634f1c38b772eb95388248d8d;p=thirdparty%2FPython%2Fcpython.git make access obsolete --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 0baaf059d844..22575c2039c1 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 0baaf059d844..22575c2039c1 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}