Staging
v0.8.1
Revision 20933e08b12b4e66c6e1baf662a679b4008d9dce authored by Raymond Hettinger on 01 September 2010, 06:58:25 UTC, committed by Raymond Hettinger on 01 September 2010, 06:58:25 UTC
* Document the post conditions for bisect_left() and bisect_right().
* Fix the grades example to use more obvious breakpoints
  and to use a list comprehension instead of map() which returns
  an iterator in Py3.x.
* Improve and expand the examples of searching sorted lists.
* Issue 4356 -- move up reference to the SortedCollection recipe.
1 parent 49203dc
History
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 538 bytes
.hgignore -rw-r--r-- 752 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 40.2 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 391.7 KB
configure.in -rw-r--r-- 120.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.4 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 76.7 KB

README

back to top