mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merged changes from the 1.5.2p2 release.
(Very rough.)
This commit is contained in:
parent
659ebfa79e
commit
38e5d27cae
59 changed files with 1248 additions and 516 deletions
|
|
@ -1,12 +1,12 @@
|
|||
% LaTeX produced by Fred L. Drake, Jr. <fdrake@acm.org>, with an
|
||||
% example based on the PyModules FAQ entry by Aaron Watters
|
||||
% <arw@pythonpros.com>.
|
||||
|
||||
\section{\module{bisect} ---
|
||||
Array bisection algorithm}
|
||||
|
||||
\declaremodule{standard}{bisect}
|
||||
\modulesynopsis{Array bisection algorithms for binary searching.}
|
||||
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
||||
% LaTeX produced by Fred L. Drake, Jr. <fdrake@acm.org>, with an
|
||||
% example based on the PyModules FAQ entry by Aaron Watters
|
||||
% <arw@pythonpros.com>.
|
||||
|
||||
|
||||
This module provides support for maintaining a list in sorted order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue