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 rhettinger
Recipients Mike Lenzen, rhettinger, xiang.zhang
Date 2016-03-28.06:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459145686.82.0.894637461668.issue26653@psf.upfronthosting.co.za>
In-reply-to
Content
The pure python code used None as a placeholder for an optional argument.  It is not an intended input value.  The documented signature
is:  bisect.bisect_left(a, x, lo=0, hi=len(a)).
History
Date User Action Args
2016-03-28 06:14:46rhettingersetrecipients: + rhettinger, xiang.zhang, Mike Lenzen
2016-03-28 06:14:46rhettingersetmessageid: <1459145686.82.0.894637461668.issue26653@psf.upfronthosting.co.za>
2016-03-28 06:14:46rhettingerlinkissue26653 messages
2016-03-28 06:14:46rhettingercreate