]> granicus.if.org Git - python/commitdiff
add seealso link to the bisect module
authorSkip Montanaro <skip@pobox.com>
Wed, 26 Jun 2002 05:22:08 +0000 (05:22 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 26 Jun 2002 05:22:08 +0000 (05:22 +0000)
Doc/lib/libqueue.tex

index 0abed61c8383c482ed1ddbcd778e844d189f208a..3a1d446fff5a77159ae4103917d4aee45f153fe2 100644 (file)
@@ -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: