diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-03-16 00:42:29 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-03-16 00:42:29 (GMT) |
commit | 8093d6f822133ec552aa32279cd53ea8caa8168e (patch) | |
tree | 8dc9f032a395746efea9cecd46c254723350e4fc /Misc/NEWS | |
parent | ca99440c2c0749b73b7a44304186776089b776ba (diff) | |
parent | 612528d95db89c9e728db979c65ed7d774291ba1 (diff) | |
download | cpython-8093d6f822133ec552aa32279cd53ea8caa8168e.zip cpython-8093d6f822133ec552aa32279cd53ea8caa8168e.tar.gz cpython-8093d6f822133ec552aa32279cd53ea8caa8168e.tar.bz2 |
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -193,6 +193,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(). |