Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 742bb6f

Browse files
committed
Clarification of new bisect module functions.
1 parent e1d4715 commit 742bb6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Standard library
5151
and XXX_left methods differ in what happens when the new element
5252
compares equal to one or more elements already in the list: the
5353
XXX_left methods insert to the left, the XXX_right methods to the
54-
right.
54+
right. Code that doesn't care where equal elements end up should
55+
continue to use the old, short names ("bisect" and "insort").
5556

5657

5758
Windows changes

0 commit comments

Comments
 (0)