Kaydet (Commit) 742bb6f9 authored tarafından Tim Peters's avatar Tim Peters

Clarification of new bisect module functions.

üst e1d4715a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment