source: trunk/essentials/dev-lang/python/Doc/howto/curses.tex@ 3400

Last change on this file since 3400 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 20.8 KB
Line 
1\documentclass{howto}
2
3\title{Curses Programming with Python}
4
5\release{2.01}
6
7\author{A.M. Kuchling, Eric S. Raymond}
8\authoraddress{\email{[email protected]}, \email{[email protected]}}
9
10\begin{document}
11\maketitle
12
13\begin{abstract}
14\noindent
15This document describes how to write text-mode programs with Python 2.x,
16using the \module{curses} extension module to control the display.
17
18This document is available from the Python HOWTO page at
19\url{http://www.python.org/doc/howto}.
20\end{abstract}
21