From: Fred Drake Date: Mon, 18 Sep 2000 16:48:13 +0000 (+0000) Subject: Document the "printable" and "punctuation" constants added to the string X-Git-Tag: v2.0b2~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=480abc27513c6f1e43918a02deca4cf0ce7e4838;p=thirdparty%2FPython%2Fcpython.git Document the "printable" and "punctuation" constants added to the string module. --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 6abcd1307c6b..82b96a12da74 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -37,6 +37,17 @@ The constants defined in this module are are: The string \code{'01234567'}. \end{datadesc} +\begin{datadesc}{punctuation} + String of \ASCII{} characters which are considered punctuation + characters in the \samp{C} locale. +\end{datadesc} + +\begin{datadesc}{printable} + String of characters which are considered printable. This is a + combination of \constant{digits}, \constant{letters}, + \constant{punctuation}, and \constant{whitespace}. +\end{datadesc} + \begin{datadesc}{uppercase} A string containing all the characters that are considered uppercase letters. On most systems this is the string