[Python-checkins] CVS: python/dist/src/Doc/lib libcopy.tex,1.14,1.15 liboperator.tex,1.16,1.17

Fred L. Drake python-dev@python.org
Fri, 6 Oct 2000 12:39:51 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6529/lib

Modified Files:
	libcopy.tex liboperator.tex 
Log Message:

It turns out that Guido does not like or encourage the use of the term
"disciplines" for the __*__() methods, so they should be referred to as
"methods" or "special methods", as appropriate in context.


Index: libcopy.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcopy.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** libcopy.tex	1999/06/29 16:02:12	1.14
--- libcopy.tex	2000/10/06 19:39:47	1.15
***************
*** 94,98 ****
  
  \begin{seealso}
! \seemodule{pickle}{Discussion of the special disciplines used to
  support object state retrieval and restoration.}
  \end{seealso}
--- 94,98 ----
  
  \begin{seealso}
! \seemodule{pickle}{Discussion of the special mmethds used to
  support object state retrieval and restoration.}
  \end{seealso}

Index: liboperator.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboperator.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** liboperator.tex	2000/10/02 03:36:18	1.16
--- liboperator.tex	2000/10/06 19:39:47	1.17
***************
*** 90,95 ****
  \funcline{__not__}{o}
  Return the outcome of \keyword{not} \var{o}.  (Note that there is no
! \method{__not__()} discipline for object instances; only the
! interpreter core defines this operation.)
  \end{funcdesc}
  
--- 90,95 ----
  \funcline{__not__}{o}
  Return the outcome of \keyword{not} \var{o}.  (Note that there is no
! \method{__not__()} method for object instances; only the interpreter
! core defines this operation.)
  \end{funcdesc}