Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d4715 commit 742bb6fCopy full SHA for 742bb6f
1 file changed
Misc/NEWS
@@ -51,7 +51,8 @@ Standard library
51
and XXX_left methods differ in what happens when the new element
52
compares equal to one or more elements already in the list: the
53
XXX_left methods insert to the left, the XXX_right methods to the
54
- right.
+ right. Code that doesn't care where equal elements end up should
55
+ continue to use the old, short names ("bisect" and "insort").
56
57
58
Windows changes
0 commit comments