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 <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