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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu May 6 08:45:47 EDT 2004


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

Modified Files: Tag: release23-maint 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.114.4.4 retrieving revision 1.114.4.5 diff -C2 -d -r1.114.4.4 -r1.114.4.5 *** ref3.tex 1 Jan 2004 05:46:30 -0000 1.114.4.4 --- ref3.tex 6 May 2004 12:45:45 -0000 1.114.4.5


*** 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