diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-18 16:32:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-18 16:32:27 (GMT) |
commit | 7df08379c65b623df96a534fdacd7302c6a24476 (patch) | |
tree | dd936871f360b08e2ff291cb4a72a3d665a29add /Misc/NEWS | |
parent | 6a738450827ea77bf8645b14a304a928b7c4ff47 (diff) | |
parent | 6bdb1769dcd1a95a7f6fa7d98d05e835be931466 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |