add seealso link to the bisect module

This commit is contained in:
Skip Montanaro 2002-06-26 05:22:08 +00:00
parent 09d9f86c77
commit 763805dab2

View 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: