]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a version annotation for StringTypes.
authorFred Drake <fdrake@acm.org>
Wed, 22 May 2002 02:43:42 +0000 (02:43 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 22 May 2002 02:43:42 +0000 (02:43 +0000)
Doc/lib/libtypes.tex

index ac337dace27ea1aafb3ba1db1d036b60b7987c32..0e33126485e8bb557366f2ee826d56de145121ba 100644 (file)
@@ -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}