summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-26 04:30:30 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-26 04:30:30 (GMT)
commit155ceaa454ad9a623cade5ed326e6e1e70ce109d (patch)
treea670befde15514295bfa597d56d55fa9549dfa49 /Misc
parent7e4b9057b3180ed1b7b26dc8f9a2d2162d4e83b0 (diff)
downloadcpython-155ceaa454ad9a623cade5ed326e6e1e70ce109d.zip
cpython-155ceaa454ad9a623cade5ed326e6e1e70ce109d.tar.gz
cpython-155ceaa454ad9a623cade5ed326e6e1e70ce109d.tar.bz2
handle headers with no key (closes #19996)
Patch by Cory Benfield.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c4db0f9..06df4db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #19996: :class:`email.feedparser.FeedParser` now handles (malformed)
+ headers with no key rather than amusing the body has started.
+
- Issue #23248: Update ssl error codes from latest OpenSSL git master.
- Issue #23098: 64-bit dev_t is now supported in the os module.