Victor Stinner 1018fad6a4 Issue #28792: Remove aliases from _bisect
Remove aliases from the C module. Always implement bisect() and insort()
aliases in bisect.py

Remove also the "# backward compatibility" command, there is no plan to
deprecate nor remove these aliases. When keys are equal, it makes sense to use
bisect.bisect() and bisect.insort().
2016-11-24 23:31:59 +01:00
..
2016-09-08 09:15:54 -07:00
2016-09-21 14:36:44 +02:00
2016-09-19 22:20:13 -07:00
2016-10-19 16:00:37 +02:00
2016-11-09 18:56:26 -05:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2016-09-24 12:07:21 +02:00
2016-08-21 17:43:58 +10:00
2016-09-06 10:46:49 -07:00
2016-03-07 14:52:46 -05:00
2016-10-29 17:01:07 +02:00
2016-10-05 23:32:15 -07:00
2016-09-06 10:46:49 -07:00
2016-09-18 18:12:21 -07:00
2016-09-14 23:53:47 -07:00
2016-09-14 23:53:47 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.