Message281282
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. |
|
Date |
User |
Action |
Args |
2016-11-20 16:51:59 | mdk | set | recipients:
+ mdk, larry |
2016-11-20 16:51:59 | mdk | set | messageid: <1479660719.6.0.85429244405.issue28754@psf.upfronthosting.co.za> |
2016-11-20 16:51:59 | mdk | link | issue28754 messages |
2016-11-20 16:51:59 | mdk | create | |
|