summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-27 17:14:32 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-27 17:14:32 (GMT)
commitc332f8a4920f11a2acad55abe5592afa94527723 (patch)
tree8a91baa7304b1d566dc8d085af626f46559015bc
parentce8c7682d6e363281ef6ad63c2a90c7b5118c757 (diff)
downloadcpython-c332f8a4920f11a2acad55abe5592afa94527723.zip
cpython-c332f8a4920f11a2acad55abe5592afa94527723.tar.gz
cpython-c332f8a4920f11a2acad55abe5592afa94527723.tar.bz2
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
-rw-r--r--Misc/NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3fcb836..8888f79 100644
--- 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.