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

Fred Drake python-dev@python.org
Thu, 6 Apr 2000 11:05:06 -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:
	libtypes.tex 
Log Message:

Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeType.


Index: libtypes.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libtypes.tex,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** libtypes.tex	2000/04/03 20:13:54	1.48
--- libtypes.tex	2000/04/06 15:05:04	1.49
***************
*** 56,59 ****
--- 56,63 ----
  \end{datadesc}
  
+ \begin{datadesc}{UnicodeType}
+ The type of Unicode character strings (e.g. \code{u'Spam'}).
+ \end{datadesc}
+ 
  \begin{datadesc}{TupleType}
  The type of tuples (e.g. \code{(1, 2, 3, 'Spam')}).