mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
Clarification of new bisect module functions.
This commit is contained in:
parent
e1d4715a6f
commit
742bb6f9fd
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ Standard library
|
|||
and XXX_left methods differ in what happens when the new element
|
||||
compares equal to one or more elements already in the list: the
|
||||
XXX_left methods insert to the left, the XXX_right methods to the
|
||||
right.
|
||||
right. Code that doesn't care where equal elements end up should
|
||||
continue to use the old, short names ("bisect" and "insort").
|
||||
|
||||
|
||||
Windows changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue