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
Grammar -rw-r--r-- 5.8 KB

back to top