[New-bugs-announce] [issue28754] Argument Clinic for bisect.bisect_left

Julien Palard report at bugs.python.org
Sun Nov 20 11:51:59 EST 2016


New submission from Julien Palard:

Today I read https://docs.python.org/3.6/howto/clinic.html so I tried one: bisect.bisect_left.

I was unable to do `bisect_right`, as it's an "alias" for `bisect`, and there's a unit-test checking `self.assertEqual(self.module.bisect, self.module.bisect_right)`. Any hint welcome.

----------
components: Argument Clinic
messages: 281282
nosy: larry, mdk
priority: normal
severity: normal
status: open
title: Argument Clinic for bisect.bisect_left

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


More information about the New-bugs-announce mailing list