[Python-checkins] python/dist/src/Doc/lib libstringio.tex,1.7,1.8

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon Aug 11 09:06:09 EDT 2003


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

Modified Files:
	libstringio.tex 
Log Message:
add a statement identifying StringI and StringO objects.


Index: libstringio.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstringio.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libstringio.tex	31 Jan 2003 05:17:33 -0000	1.7
--- libstringio.tex	11 Aug 2003 15:06:07 -0000	1.8
***************
*** 63,67 ****
  \function{StringIO()} with a string parameter creates a read-only object.
  Unlike an object created without a string parameter, it does not have
! write methods.
  
  The following data objects are provided as well:
--- 63,68 ----
  \function{StringIO()} with a string parameter creates a read-only object.
  Unlike an object created without a string parameter, it does not have
! write methods.  These objects are not generally visible.  They turn up in
! tracebacks as \class{StringI} and \class{StringO}.
  
  The following data objects are provided as well:





More information about the Python-checkins mailing list