Raymond Hettinger added the comment:

> If adding proper support for hi=None, maybe lo=None should
> also be supported.

That would be gratuitous.  Lo already has a reasonable, useful, and 
self-explanatory value.  This would add more complexity to the signature while 
reducing clarity.  I really don't want to see calls like bisect(arr, x, None).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28754>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to