From e8e787fe446e4c6e28b9cf7e696ea02c97371499 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 22 May 2002 02:43:42 +0000 Subject: [PATCH] Added a version annotation for StringTypes. --- Doc/lib/libtypes.tex | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.3