From: Fred Drake Date: Wed, 28 Jun 2000 22:11:40 +0000 (+0000) Subject: Add a "See also:" link to the curses.ascii module. X-Git-Tag: v2.0b1~1332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c529d3f3e01d940ec5ccd29417825f0f64eec4c;p=thirdparty%2FPython%2Fcpython.git Add a "See also:" link to the curses.ascii module. --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index af3da09f9686..c5014bc08f21 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