[Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.23,1.24

A.M. Kuchling python-dev@python.org
Thu, 14 Dec 2000 17:03:25 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2234

Modified Files:
	libcurses.tex 
Log Message:
Document napms()
Add reference to demo directory


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** libcurses.tex	2000/12/01 15:25:23	1.23
--- libcurses.tex	2000/12/15 01:03:23	1.24
***************
*** 34,37 ****
--- 34,38 ----
              with Python, by Andrew Kuchling, is available on the
              Python Web site.}
+    \seetitle[Demo/curses]{}{Some example programs.}
  \end{seealso}
  
***************
*** 309,312 ****
--- 310,317 ----
  event mask.  If this function is never called, no mouse events are
  ever reported.
+ \end{funcdesc}
+ 
+ \begin{funcdesc}{napms}{ms}
+ Sleep for \var{ms} milliseconds.
  \end{funcdesc}