[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.118,1.119 (original) (raw)

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu May 6 08:44:31 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/ref In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17058/ref

Modified Files: ref3.tex Log Message: note that descriptor objects must be instances of new-style types (closes SF bug #817742)

Index: ref3.tex

RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** ref3.tex 1 Jan 2004 05:43:53 -0000 1.118 --- ref3.tex 6 May 2004 12:44:29 -0000 1.119


*** 1297,1301 **** \emph{owner} class. In the examples below, ``the attribute'' refers to the attribute whose name is the key of the property in the owner ! class' \code{dict}.

\begin{methoddesc}[object]{get}{self, instance, owner} --- 1297,1302 ---- \emph{owner} class. In the examples below, ``the attribute'' refers to the attribute whose name is the key of the property in the owner ! class' \code{dict}. Descriptors can only be implemented as ! new-style classes themselves.

\begin{methoddesc}[object]{get}{self, instance, owner}



More information about the Python-checkins mailing list