commit | 763805dab2598cefb236727db255adb87bdda8fc | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Jun 26 05:22:08 2002 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Jun 26 05:22:08 2002 +0000 |
tree | 31d174b99d751400a4d3c43c509dc6215bd44ecb | |
parent | 09d9f86c7767bbd394591bc3b1c7d5025fc1f91b [diff] [blame] |
add seealso link to the bisect module
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 @@ 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: