libqueue.tex: Documentation for the Queue.py module.

Makefile: Add dependency on libqueue.tex

lib.tex: Place the libqueue.tex documentation just after libthread.tex
since Queue depends on thread support in Python.
This commit is contained in:
Barry Warsaw 1997-11-20 19:54:16 +00:00
parent 51bb7b7940
commit 17c8e781c0
5 changed files with 179 additions and 1 deletions

View file

@ -127,6 +127,7 @@ to Python and how to embed it in other applications.
\input{libsocket}
\input{libselect}
\input{libthread}
\input{libqueue}
\input{libanydbm}
\input{libwhichdb}
\input{libzlib}