summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-28 22:11:40 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-28 22:11:40 (GMT)
commit5c529d3f3e01d940ec5ccd29417825f0f64eec4c (patch)
tree67539eb4c982a815fec05558c8605a7d6fe5f289 /Doc
parent589f44b9d09f45056bd4d3abe96e9339e8a5675f (diff)
downloadcpython-5c529d3f3e01d940ec5ccd29417825f0f64eec4c.zip
cpython-5c529d3f3e01d940ec5ccd29417825f0f64eec4c.tar.gz
cpython-5c529d3f3e01d940ec5ccd29417825f0f64eec4c.tar.bz2
Add a "See also:" link to the curses.ascii module.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcurses.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index af3da09..c5014bc 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -15,6 +15,9 @@ extension module has not been tested with all available versions of
curses.
\begin{seealso}
+ \seemodule{curses.ascii}{Utilities for working with \ASCII{}
+ characters, regardless of your locale
+ settings.}
\seetext{Tutorial material on using curses with Python is available
on the Python Web site as Andrew Kuchling's
\citetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses