From: Fred Drake Date: Wed, 22 May 2002 02:43:42 +0000 (+0000) Subject: Added a version annotation for StringTypes. X-Git-Tag: v2.2.2b1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8e787fe446e4c6e28b9cf7e696ea02c97371499;p=thirdparty%2FPython%2Fcpython.git Added a version annotation for StringTypes. --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index ac337dace27e..0e33126485e8 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -165,4 +165,5 @@ portable than using a sequence of the two string types constructed elsewhere since it only contains \code{UnicodeType} if it has been built in the running version of Python. For example: \code{isinstance(s, types.StringTypes)}. +\versionadded{2.2} \end{datadesc}