diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-11-24 22:31:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-11-24 22:31:59 (GMT) |
commit | 1018fad6a4df3d7fcb0ec715867069044428a759 (patch) | |
tree | 53d526d206fdf09058367ed28892b3d270242aa9 /Tools/scripts/h2py.py | |
parent | ed6de7345e7bc85e12da6e72f86ab69b2fd8c2dd (diff) | |
download | cpython-1018fad6a4df3d7fcb0ec715867069044428a759.zip cpython-1018fad6a4df3d7fcb0ec715867069044428a759.tar.gz cpython-1018fad6a4df3d7fcb0ec715867069044428a759.tar.bz2 |
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().
Diffstat (limited to 'Tools/scripts/h2py.py')
0 files changed, 0 insertions, 0 deletions