[Python-checkins] CVS: python/dist/src/Doc/lib libuserdict.tex,1.13,1.14

Fred Drake python-dev@python.org
Mon, 3 Apr 2000 11:02:38 -0400


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/lib

Modified Files:
	libuserdict.tex 
Log Message:

UserString section:

Small cleanups noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

Make the spelling of Unicode always uppercase.


Index: libuserdict.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libuserdict.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** libuserdict.tex	2000/04/03 03:51:50	1.13
--- libuserdict.tex	2000/04/03 15:02:35	1.14
***************
*** 83,103 ****
  
  \begin{classdesc}{UserString}{\optional{sequence}}
! Return a class instance that simulates a string or an unicode string object.
! The instance's content is kept in a regular string or unicode string
  object, which is accessible via the
  \member{data} attribute of \class{UserString} instances.  The instance's
  contents are initially set to a copy of \var{sequence}.
! \var{sequence} can be either a regular Python string or unicode string,
  an instance of \class{UserString} (or a subclass) or an arbitrary sequence
  which can be converted into a string.
- supporting.
  \end{classdesc}
  
  In addition to supporting the methods and operations of string  or
! unicode objects (see section \ref{typesseq}), \class{UserString} instances
  provide the following attribute:
  
  \begin{memberdesc}{data}
! A real Python string or unicode object used to store the content of the
  \class{UserString} class.
  \end{memberdesc}
--- 83,102 ----
  
  \begin{classdesc}{UserString}{\optional{sequence}}
! Return a class instance that simulates a string or a Unicode string object.
! The instance's content is kept in a regular string or Unicode string
  object, which is accessible via the
  \member{data} attribute of \class{UserString} instances.  The instance's
  contents are initially set to a copy of \var{sequence}.
! \var{sequence} can be either a regular Python string or Unicode string,
  an instance of \class{UserString} (or a subclass) or an arbitrary sequence
  which can be converted into a string.
  \end{classdesc}
  
  In addition to supporting the methods and operations of string  or
! Unicode objects (see section \ref{typesseq}), \class{UserString} instances
  provide the following attribute:
  
  \begin{memberdesc}{data}
! A real Python string or Unicode object used to store the content of the
  \class{UserString} class.
  \end{memberdesc}