From: Skip Montanaro Date: Sat, 29 Sep 2001 13:49:41 +0000 (+0000) Subject: added description of StringTypes object X-Git-Tag: v2.2.1c1~1536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc;p=python added description of StringTypes object --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 35495eba69..0bc55232c8 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -155,3 +155,8 @@ The type of frame objects such as found in \code{tb.tb_frame} if The type of buffer objects created by the \function{buffer()}\bifuncindex{buffer} function. \end{datadesc} + +\begin{datadesc}{StringTypes} +A list containing StringType and UnicodeTypes used to facilitate easier +checking for any string object, e.g. \code{s in types.StringTypes}. +\end{datadesc}