[Python-checkins] cpython (3.4): Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)

larry.hastings python-checkins at python.org
Fri Feb 27 18:23:59 CET 2015


https://hg.python.org/cpython/rev/bcc877a28219
changeset:   94776:bcc877a28219
branch:      3.4
parent:      94773:0b390b5a6729
user:        Larry Hastings <larry at hastings.org>
date:        Fri Feb 27 09:14:32 2015 -0800
summary:
  Fix minor errors in Misc/NEWS.  (Thanks for the report, Florian Bruhin!)

files:
  Misc/NEWS |  4 +---
  1 files changed, 1 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -119,8 +119,6 @@
 
 - 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 @@
   __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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list