mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
This commit is contained in:
parent
e4be9be99a
commit
8675115e5f
46 changed files with 958 additions and 60 deletions
|
@ -23,7 +23,7 @@ The constants are:
|
|||
\begin{datadesc}{lowercase}
|
||||
A string containing all the characters that are considered lowercase
|
||||
letters. On most systems this is the string
|
||||
\code{'abcdefghijklmnopqrstuvwxyz'}. Do not change its definition --
|
||||
\code{'abcdefghijklmnopqrstuvwxyz'}. Do not change its definition ---
|
||||
the effect on the routines \code{upper} and \code{swapcase} is
|
||||
undefined.
|
||||
\end{datadesc}
|
||||
|
@ -35,7 +35,7 @@ The constants are:
|
|||
\begin{datadesc}{uppercase}
|
||||
A string containing all the characters that are considered uppercase
|
||||
letters. On most systems this is the string
|
||||
\code{'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. Do not change its definition --
|
||||
\code{'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. Do not change its definition ---
|
||||
the effect on the routines \code{lower} and \code{swapcase} is
|
||||
undefined.
|
||||
\end{datadesc}
|
||||
|
@ -43,7 +43,7 @@ The constants are:
|
|||
\begin{datadesc}{whitespace}
|
||||
A string containing all characters that are considered whitespace.
|
||||
On most systems this includes the characters space, tab, linefeed,
|
||||
return, formfeed, and vertical tab. Do not change its definition --
|
||||
return, formfeed, and vertical tab. Do not change its definition ---
|
||||
the effect on the routines \code{strip} and \code{split} is
|
||||
undefined.
|
||||
\end{datadesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue