[Python-checkins] python/dist/src/Doc/lib libtypes.tex,1.53,1.54

fdrake@sourceforge.net fdrake@sourceforge.net
2002年5月21日 19:44:26 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv30175/lib
Modified Files:
	libtypes.tex 
Log Message:
Added a version annotation for StringTypes.
Added documentation for BooleanType.
Index: libtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtypes.tex,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** libtypes.tex	21 May 2002 14:28:22 -0000	1.53
--- libtypes.tex	22 May 2002 02:44:24 -0000	1.54
***************
*** 36,39 ****
--- 36,45 ----
 \end{datadesc}
 
+ \begin{datadesc}{BooleanType}
+ The type of the \class{bool} values \code{True} and \code{False}; this
+ is an alias of the built-in \function{bool()} function.
+ \versionadded{2.3}
+ \end{datadesc}
+ 
 \begin{datadesc}{IntType}
 The type of integers (e.g. \code{1}).
***************
*** 166,168 ****
--- 172,175 ----
 built in the running version of Python. For example:
 \code{isinstance(s, types.StringTypes)}.
+ \versionadded{2.2}
 \end{datadesc}

AltStyle によって変換されたページ (->オリジナル) /