From: R David Murray Date: Sat, 16 Mar 2013 00:45:11 +0000 (-0400) Subject: Merge: #17431: Fix missing import of BytesFeedParser in email.parser. X-Git-Tag: v3.4.0a1~1195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5efee58014d43d9c7c66f43afece252716e530c1;p=python Merge: #17431: Fix missing import of BytesFeedParser in email.parser. --- 5efee58014d43d9c7c66f43afece252716e530c1 diff --cc Misc/NEWS index 4ea450fc1b,21d1bc3027..4cc52a09ed --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -280,11 -193,8 +280,13 @@@ Core and Builtin Library ------- + - Issue #17431: Fix missing import of BytesFeedParser in email.parser. + +- Issue #12921: http.server's send_error takes an explain argument to send more + information in response. Patch contributed by Karl. + +- Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. + - Issue #1285086: Get rid of the refcounting hack and speed up urllib.parse.unquote() and urllib.parse.unquote_to_bytes().