summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-06-18 16:32:27 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-06-18 16:32:27 (GMT)
commit7df08379c65b623df96a534fdacd7302c6a24476 (patch)
treedd936871f360b08e2ff291cb4a72a3d665a29add /Misc/NEWS
parent6a738450827ea77bf8645b14a304a928b7c4ff47 (diff)
parent6bdb1769dcd1a95a7f6fa7d98d05e835be931466 (diff)
downloadcpython-7df08379c65b623df96a534fdacd7302c6a24476.zip
cpython-7df08379c65b623df96a534fdacd7302c6a24476.tar.gz
cpython-7df08379c65b623df96a534fdacd7302c6a24476.tar.bz2
merge #11584: make decode_header handle Header objects correctly
This updates 12e39cd7a0e4 (merge of b21fdfa0019c), which fixed this bug incorrectly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 845d53b..758ee7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,6 +193,9 @@ Core and Builtins
Library
-------
+- Issue #11584: email.header.decode_header no longer fails if the header
+ passed to it is a Header object.
+
- Issue #11700: mailbox proxy object close methods can now be called multiple
times without error.