summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libqueue.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2002-06-26 05:22:08 (GMT)
committerSkip Montanaro <skip@pobox.com>2002-06-26 05:22:08 (GMT)
commit763805dab2598cefb236727db255adb87bdda8fc (patch)
tree31d174b99d751400a4d3c43c509dc6215bd44ecb /Doc/lib/libqueue.tex
parent09d9f86c7767bbd394591bc3b1c7d5025fc1f91b (diff)
downloadcpython-763805dab2598cefb236727db255adb87bdda8fc.zip
cpython-763805dab2598cefb236727db255adb87bdda8fc.tar.gz
cpython-763805dab2598cefb236727db255adb87bdda8fc.tar.bz2
add seealso link to the bisect module
Diffstat (limited to 'Doc/lib/libqueue.tex')
-rw-r--r--Doc/lib/libqueue.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libqueue.tex b/Doc/lib/libqueue.tex
index 0abed61..3a1d446 100644
--- a/Doc/lib/libqueue.tex
+++ b/Doc/lib/libqueue.tex
@@ -12,6 +12,10 @@ information must be exchanged safely between multiple threads. The
semantics. It depends on the availability of thread support in
Python.
+\begin{seealso}
+ \seemodule{bisect}{PriorityQueue example using the Queue class}
+\end{seealso}
+
The \module{Queue} module defines the following class and exception: