[Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.173,1.174

Fred L. Drake python-dev@python.org
Tue, 09 Jan 2001 12:52:51 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv10004/lib

Modified Files:
	lib.tex 
Log Message:

Added entry for fpectl module documentation.

Moved the mutex docs to be adjacent to the sched docs, since these are
meant to be used together (if they are used at all!).


Index: lib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/lib.tex,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -r1.173 -r1.174
*** lib.tex	2000/12/19 06:01:22	1.173
--- lib.tex	2001/01/09 20:52:49	1.174
***************
*** 75,78 ****
--- 75,79 ----
  \input{libsys}
  \input{libgc}
+ \input{libfpectl}
  \input{libatexit}
  \input{libtypes}
***************
*** 138,141 ****
--- 139,143 ----
  \input{libtime}
  \input{libsched}
+ \input{libmutex}
  \input{libgetpass}
  \input{libcurses}
***************
*** 156,160 ****
  \input{libthread}
  \input{libthreading}
- \input{libmutex}
  \input{libqueue}
  \input{libmmap}
--- 158,161 ----