diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-18 16:30:55 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-18 16:30:55 (GMT) |
commit | 6bdb1769dcd1a95a7f6fa7d98d05e835be931466 (patch) | |
tree | d34efed0702eb2381bb2e0ca54b98a3a34a40c60 /Misc/NEWS | |
parent | c88bce1580c61ee33bf72e55b817940dba46d99c (diff) | |
download | cpython-6bdb1769dcd1a95a7f6fa7d98d05e835be931466.zip cpython-6bdb1769dcd1a95a7f6fa7d98d05e835be931466.tar.gz cpython-6bdb1769dcd1a95a7f6fa7d98d05e835be931466.tar.bz2 |
#11584: make decode_header handle Header objects correctly
This updates b21fdfa0019c, which fixed this bug incorrectly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,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. |