STINNER Victor added the comment:

Oh, bisect() was renamed to bisect_right() and insort() renamed to 
insort_right() in the changeset 67b3ac439f64 of Python 2.1. The aliases created 
for "backward compatibility" are for compatibility with... Python 2.0 :-)

The aliases were never deprecated. Maybe we can also remove/rephrase the 
"backward compatibility" comment.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to