[issue28754] Argument Clinic for bisect.bisect_left

Julien Palard report at bugs.python.org
Sun Dec 4 11:11:20 EST 2016


Julien Palard added the comment:

Hi Martin,

Historically (lo=0, hi=None) was the implementation (in Python), until the C implementation, which used (lo=0, hi=-1). As my implementation allows for -1 and None, I don't think I'm breaking something.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28754>
_______________________________________


More information about the Python-bugs-list mailing list