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

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 21 May 2002 07:32:46 -0700


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

Modified Files:
      Tag: release21-maint
	libtypes.tex 
Log Message:
Add availability information for a couple of the types.

Index: libtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtypes.tex,v
retrieving revision 1.49
retrieving revision 1.49.8.1
diff -C2 -d -r1.49 -r1.49.8.1
*** libtypes.tex	6 Apr 2000 15:05:04 -0000	1.49
--- libtypes.tex	21 May 2002 14:32:44 -0000	1.49.8.1
***************
*** 49,53 ****
  
  \begin{datadesc}{ComplexType}
! The type of complex numbers (e.g. \code{1.0j}).
  \end{datadesc}
  
--- 49,54 ----
  
  \begin{datadesc}{ComplexType}
! The type of complex numbers (e.g. \code{1.0j}).  This is not defined
! if Python was built without complex number support.
  \end{datadesc}
  
***************
*** 57,61 ****
  
  \begin{datadesc}{UnicodeType}
! The type of Unicode character strings (e.g. \code{u'Spam'}).
  \end{datadesc}
  
--- 58,63 ----
  
  \begin{datadesc}{UnicodeType}
! The type of Unicode character strings (e.g. \code{u'Spam'}).  This is
! not defined if Python was built without Unicode support.
  \end{datadesc}