From 5c529d3f3e01d940ec5ccd29417825f0f64eec4c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 28 Jun 2000 22:11:40 +0000 Subject: [PATCH] Add a "See also:" link to the curses.ascii module. --- Doc/lib/libcurses.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index af3da09f968..c5014bc08f2 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