Issue 3301:  Bisect functions behaved badly when lo was negative.
diff --git a/Misc/NEWS b/Misc/NEWS
index b9affe5..557af26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,7 @@
 Core and Builtins
 -----------------
 
+
 - Issue #2517: Allow unicode messages in Exceptions again by correctly
   bypassing the instance dictionary when looking up __unicode__ on
   new-style classes.
@@ -40,6 +41,8 @@
 Library
 -------
 
+- Issue #3301: Bisect module modules behaved badly when lo was negative.
+
 - Issue #839496: SimpleHTTPServer used to open text files in text mode. This is
   both unnecessary (HTTP allows text content to be sent in several forms) and
   wrong because the actual transmitted size could differ with the