From: Skip Montanaro Date: Wed, 26 Jun 2002 05:22:08 +0000 (+0000) Subject: add seealso link to the bisect module X-Git-Tag: v2.3c1~5214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=763805dab2598cefb236727db255adb87bdda8fc;p=thirdparty%2FPython%2Fcpython.git add seealso link to the bisect module --- diff --git a/Doc/lib/libqueue.tex b/Doc/lib/libqueue.tex index 0abed61c8383..3a1d446fff5a 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: