[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.77,1.78
Fred L. Drake
fdrake@users.sourceforge.net
2001年12月03日 09:32:29 -0800
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv13772/ref
Modified Files:
ref3.tex
Log Message:
Remove most references to __members__ and __methods__, leaving only one pair
of references that now state that these attributes have been removed,
directing the reader to the dir() function.
This closes SF bug #456420.
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** ref3.tex 2001年11月28日 07:26:15 1.77
--- ref3.tex 2001年12月03日 17:32:27 1.78
***************
*** 113,127 ****
`special attributes.' These are attributes that provide access to the
implementation and are not intended for general use. Their definition
! may change in the future. There are also some `generic' special
! attributes, not listed with the individual objects: \member{__methods__}
! is a list of the method names of a built-in object, if it has any;
! \member{__members__} is a list of the data attribute names of a built-in
! object, if it has any.
\index{attribute}
\indexii{special}{attribute}
\indexiii{generic}{special}{attribute}
- \withsubitem{(built-in object attribute)}{
- \ttindex{__methods__}
- \ttindex{__members__}}
\begin{description}
--- 113,120 ----
`special attributes.' These are attributes that provide access to the
implementation and are not intended for general use. Their definition
! may change in the future.
\index{attribute}
\indexii{special}{attribute}
\indexiii{generic}{special}{attribute}
\begin{description}