]> granicus.if.org Git - python/commitdiff
Clarification of new bisect module functions.
authorTim Peters <tim.peters@gmail.com>
Fri, 5 Jan 2001 08:05:32 +0000 (08:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 5 Jan 2001 08:05:32 +0000 (08:05 +0000)
Misc/NEWS

index d2dfbec7d1b32ac1eda522ecb0bcda3e3e709c71..284b774c197677c121a0fce8dc80327591593805 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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