mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
add seealso link to the bisect module
This commit is contained in:
parent
09d9f86c77
commit
763805dab2
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ information must be exchanged safely between multiple threads. The
|
||||||
semantics. It depends on the availability of thread support in
|
semantics. It depends on the availability of thread support in
|
||||||
Python.
|
Python.
|
||||||
|
|
||||||
|
\begin{seealso}
|
||||||
|
\seemodule{bisect}{PriorityQueue example using the Queue class}
|
||||||
|
\end{seealso}
|
||||||
|
|
||||||
The \module{Queue} module defines the following class and exception:
|
The \module{Queue} module defines the following class and exception:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue