projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589f44b
)
Add a "See also:" link to the curses.ascii module.
author
Fred Drake
<fdrake@acm.org>
Wed, 28 Jun 2000 22:11:40 +0000
(22:11 +0000)
committer
Fred Drake
<fdrake@acm.org>
Wed, 28 Jun 2000 22:11:40 +0000
(22:11 +0000)
Doc/lib/libcurses.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libcurses.tex
b/Doc/lib/libcurses.tex
index af3da09f9686ad2aeac8c8bd58c1bcf458347d7b..c5014bc08f21c26a9c3f72149c988329225527ed 100644
(file)
--- 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