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, serhiy.storchaka, xiang.zhang
Date 2016-03-29.05:37:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459229836.25.0.278780321116.issue26653@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't think that is a good idea.  The use of None as a placeholder for optional arguments is legitimate and well enshrined in Python history.  The code is bisect is very old, stable, and battle-tested.  There isn't a real bug here, nothing is broken; instead, we have a near pedantic notion that the C-version must be forced to replicate a minor and irrelevant implementation detail of the Python version that goes beyond what the docs guarantee.  I recommend closing this as "not a bug".
History
Date User Action Args
2016-03-29 05:37:16rhettingersetrecipients: + rhettinger, serhiy.storchaka, xiang.zhang, Mike Lenzen
2016-03-29 05:37:16rhettingersetmessageid: <1459229836.25.0.278780321116.issue26653@psf.upfronthosting.co.za>
2016-03-29 05:37:16rhettingerlinkissue26653 messages
2016-03-29 05:37:15rhettingercreate