diff options
author | Barry Warsaw <barry@python.org> | 1997-11-20 19:54:16 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-11-20 19:54:16 (GMT) |
commit | 17c8e781c0f5d6b7f29b768ffbcaa95438dd9508 (patch) | |
tree | c806a381cc63ed9c63f184939cfdc8fd395d7bf7 /Doc/lib.tex | |
parent | 51bb7b79406a65f78075da371fda74af5d6b2f98 (diff) | |
download | cpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.zip cpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.tar.gz cpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.tar.bz2 |
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.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index d6c92e4..aa8c31e 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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} |