[Python-checkins] CVS: python/dist/src/Doc/lib libtypes.tex,1.47,1.47.4.1

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 12:29:13 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	libtypes.tex 
Log Message:

Added BufferType.  Omission noted by Jim Kerr <jim_kerr@agilent.com>.


Index: libtypes.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libtypes.tex,v
retrieving revision 1.47
retrieving revision 1.47.4.1
diff -C2 -r1.47 -r1.47.4.1
*** libtypes.tex	1998/08/10 19:42:30	1.47
--- libtypes.tex	2000/03/16 17:29:10	1.47.4.1
***************
*** 1,10 ****
  \section{\module{types} ---
!          Names for all built-in types.}
! \declaremodule{standard}{types}
  
  \modulesynopsis{Names for all built-in types.}
  
  
- 
  This module defines names for all object types that are used by the
  standard Python interpreter, but not for the types defined by various
--- 1,9 ----
  \section{\module{types} ---
!          Names for all built-in types}
  
+ \declaremodule{standard}{types}
  \modulesynopsis{Names for all built-in types.}
  
  
  This module defines names for all object types that are used by the
  standard Python interpreter, but not for the types defined by various
***************
*** 141,143 ****
--- 140,147 ----
  The type of frame objects such as found in \code{tb.tb_frame} if
  \code{tb} is a traceback object.
+ \end{datadesc}
+ 
+ \begin{datadesc}{BufferType}
+ The type of buffer objects created by the
+ \function{buffer()}\bifuncindex{buffer} function.
  \end{datadesc}