diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-03-16 00:38:15 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-03-16 00:38:15 (GMT) |
commit | 612528d95db89c9e728db979c65ed7d774291ba1 (patch) | |
tree | 17410ea2a9f6bcbf126a7f8b3e18624238cd27ff /Misc | |
parent | f3f06817946d149fb401c09fa48a08a2f1fd5a3f (diff) | |
download | cpython-612528d95db89c9e728db979c65ed7d774291ba1.zip cpython-612528d95db89c9e728db979c65ed7d774291ba1.tar.gz cpython-612528d95db89c9e728db979c65ed7d774291ba1.tar.bz2 |
#17431: Fix missing import of BytesFeedParser in email.parser.
Initial patch contributed by Edmond Burnett.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -156,6 +156,7 @@ Erik de Bueger Dick Bulterman Bill Bumgarner Jimmy Burgett +Edmond Burnett Tommy Burnette Roger Burnham Alastair Burt @@ -233,6 +233,8 @@ Core and Builtins Library ------- +- Issue #17431: Fix missing import of BytesFeedParser in email.parser. + - Issue #1285086: Get rid of the refcounting hack and speed up urllib.parse.unquote() and urllib.parse.unquote_to_bytes(). |