summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-09-29 13:49:41 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-09-29 13:49:41 (GMT)
commitc7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc (patch)
treee965158f9ec417a1450bd5008dec00f4d11b31b3 /Doc
parent583061a10fad5445d8597fc5da56705e5bb21d11 (diff)
downloadcpython-c7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc.zip
cpython-c7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc.tar.gz
cpython-c7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc.tar.bz2
added description of StringTypes object
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libtypes.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex
index 35495eb..0bc5523 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}