]> granicus.if.org Git - python/commit
Add optional arguments lo and hi to insort() and bisect(), to support
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:45:49 +0000 (14:45 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:45:49 +0000 (14:45 +0000)
commitd5484fb75c6b2b43867662c60f0ef59283d8468a
treed0d25373c83fb19036b67763b17dfebe1a609892
parenteec6ef1aa279e258d2c067d2916120d132d00806
Add optional arguments lo and hi to insort() and bisect(), to support
using arrays containing leading or trailing garbage.
Lib/bisect.py