[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.80.6.7,1.80.6.8

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 02 May 2002 10:54:04 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv4751/lib

Modified Files:
      Tag: release22-maint
	libstdtypes.tex 
Log Message:
Remove extra period produced by previous change.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.80.6.7
retrieving revision 1.80.6.8
diff -C2 -d -r1.80.6.7 -r1.80.6.8
*** libstdtypes.tex	2 May 2002 05:57:07 -0000	1.80.6.7
--- libstdtypes.tex	2 May 2002 17:54:01 -0000	1.80.6.8
***************
*** 389,395 ****
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}.  They support
! concatenation and repetition, but the result is a new string object
! rather than a new buffer object.
  \obindex{buffer}
  
--- 389,395 ----
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}  They support concatenation
! and repetition, but the result is a new string object rather than a
! new buffer object.
  \obindex{buffer}