diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-10 19:34:52 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-10 19:34:52 (GMT) |
commit | 8321026ff40c73628833874405248550739bf312 (patch) | |
tree | b308f2bbe02c744f05748e0e92165f7b430a2263 /Doc/lib/libascii.tex | |
parent | 62c11155eb13e950e10d660b8f5150e04efb3a5e (diff) | |
download | cpython-8321026ff40c73628833874405248550739bf312.zip cpython-8321026ff40c73628833874405248550739bf312.tar.gz cpython-8321026ff40c73628833874405248550739bf312.tar.bz2 |
SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and
additions to library docs.#
Diffstat (limited to 'Doc/lib/libascii.tex')
-rw-r--r-- | Doc/lib/libascii.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libascii.tex b/Doc/lib/libascii.tex index f3a1655..ae4fe6f 100644 --- a/Doc/lib/libascii.tex +++ b/Doc/lib/libascii.tex @@ -53,7 +53,9 @@ control characters as follows: \lineii{DEL}{Delete} \end{tableii} -Note that many of these have little practical use in modern usage. +Note that many of these have little practical significance in modern +usage. The mnemonics derive from teleprinter conventions that predate +digital computers. The module supplies the following functions, patterned on those in the standard C library: |