]> granicus.if.org Git - python/commitdiff
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
authorLarry Hastings <larry@hastings.org>
Fri, 27 Feb 2015 17:14:32 +0000 (09:14 -0800)
committerLarry Hastings <larry@hastings.org>
Fri, 27 Feb 2015 17:14:32 +0000 (09:14 -0800)
Misc/NEWS

index 3fcb8362913c9cf58ec342e395525099e86a407c..8888f79f2f4eb52787c939963908001f413fb6aa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -119,8 +119,6 @@ Library
 
 - Issue #23366: Fixed possible integer overflow in itertools.combinations.
 
-- Issue #23366: Fixed possible integer overflow in itertools.combinations.
-
 - Issue #23369: Fixed possible integer overflow in
   _json.encode_basestring_ascii.
 
@@ -142,7 +140,7 @@ Library
   __ne__() now works correctly.
 
 - Issue #19996: :class:`email.feedparser.FeedParser` now handles (malformed)
-  headers with no key rather than amusing the body has started.
+  headers with no key rather than assuming the body has started.
 
 - Issue #23248: Update ssl error codes from latest OpenSSL git master.