This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mike Lenzen
Recipients Mike Lenzen, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-03-31.03:42:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459395735.22.0.479762374914.issue26653@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds good, but then I think the docs could be clearer about this. I scratched my head at the function signature bisect.bisect_left(a, x, lo=0, hi=len(a)) because it isn't valid (in Python, maybe in C?), so I checked the source and saw hi=None. I'm not sure how to concisely describe it though. Listing two signatures doesn't seem ideal.
History
Date User Action Args
2016-03-31 03:42:15Mike Lenzensetrecipients: + Mike Lenzen, rhettinger, serhiy.storchaka, xiang.zhang
2016-03-31 03:42:15Mike Lenzensetmessageid: <1459395735.22.0.479762374914.issue26653@psf.upfronthosting.co.za>
2016-03-31 03:42:15Mike Lenzenlinkissue26653 messages
2016-03-31 03:42:14Mike Lenzencreate