From 742bb6f9fda7043cc1ec0f1937b2dd1d0ecb6ab6 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 5 Jan 2001 08:05:32 +0000 Subject: Clarification of new bisect module functions. --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index d2dfbec..284b774 100644 --- 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 -- cgit v0.12