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

Fred L. Drake python-dev@python.org
Tue, 10 Oct 2000 09:46:39 -0700


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

Modified Files:
	lib.tex 
Log Message:

Move the documentation for the mutex module to be with the threading
and queue-management modules, since that is where the general context
for use in most cases.


Index: lib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/lib.tex,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -r1.167 -r1.168
*** lib.tex	2000/10/09 18:11:24	1.167
--- lib.tex	2000/10/10 16:46:36	1.168
***************
*** 148,152 ****
  \input{liblocale}
  \input{libgettext}
- \input{libmutex}
  
  \input{libsomeos}		% Optional Operating System Services
--- 148,151 ----
***************
*** 156,159 ****
--- 155,159 ----
  \input{libthread}
  \input{libthreading}
+ \input{libmutex}
  \input{libqueue}
  \input{libmmap}