@@ -13,18 +13,18 @@ \subsection{String constants}
1313
1414The constants defined in this module are:
1515
16- \begin {datadesc }{ascii_letters }
16+ \begin {datadesc }{ascii \_ letters }
1717 The concatenation of the \constant {ascii_lowercase} and
1818 \constant {ascii_uppercase} constants described below. This value is
1919 not locale-dependent.
2020\end {datadesc }
2121
22- \begin {datadesc }{ascii_lowercase }
22+ \begin {datadesc }{ascii \_ lowercase }
2323 The lowercase letters \code {'abcdefghijklmnopqrstuvwxyz'}. This
2424 value is not locale-dependent and will not change.
2525\end {datadesc }
2626
27- \begin {datadesc }{ascii_uppercase }
27+ \begin {datadesc }{ascii \_ uppercase }
2828 The uppercase letters \code {'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. This
2929 value is not locale-dependent and will not change.
3030\end {datadesc }
@@ -37,23 +37,6 @@ \subsection{String constants}
3737 The string \code {'0123456789abcdefABCDEF'}.
3838\end {datadesc }
3939
40- \begin {datadesc }{letters}
41- The concatenation of the strings \constant {lowercase} and
42- \constant {uppercase} described below. The specific value is
43- locale-dependent, and will be updated when
44- \function {locale.setlocale()} is called.
45- \end {datadesc }
46-
47- \begin {datadesc }{lowercase}
48- A string containing all the characters that are considered lowercase
49- letters. On most systems this is the string
50- \code {'abcdefghijklmnopqrstuvwxyz'}. Do not change its definition ---
51- the effect on the routines \function {upper()} and
52- \function {swapcase()} is undefined. The specific value is
53- locale-dependent, and will be updated when
54- \function {locale.setlocale()} is called.
55- \end {datadesc }
56-
5740\begin {datadesc }{octdigits}
5841 The string \code {'01234567'}.
5942\end {datadesc }
@@ -69,16 +52,6 @@ \subsection{String constants}
6952 \constant {punctuation}, and \constant {whitespace}.
7053\end {datadesc }
7154
72- \begin {datadesc }{uppercase}
73- A string containing all the characters that are considered uppercase
74- letters. On most systems this is the string
75- \code {'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. Do not change its definition ---
76- the effect on the routines \function {lower()} and
77- \function {swapcase()} is undefined. The specific value is
78- locale-dependent, and will be updated when
79- \function {locale.setlocale()} is called.
80- \end {datadesc }
81-
8255\begin {datadesc }{whitespace}
8356 A string containing all characters that are considered whitespace.
8457 On most systems this includes the characters space, tab, linefeed,
0 commit comments