summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-06-18 17:02:42 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-06-18 17:02:42 (GMT)
commite76ff4081aeabf2da9b04c70f031e34e53933110 (patch)
treec5dca5bc8589411507a01161af40e557e18b5869 /Misc
parent7df08379c65b623df96a534fdacd7302c6a24476 (diff)
parente5e366c856b677d568b4ee35194ed9b8c7d4bbb4 (diff)
downloadcpython-e76ff4081aeabf2da9b04c70f031e34e53933110.zip
cpython-e76ff4081aeabf2da9b04c70f031e34e53933110.tar.gz
cpython-e76ff4081aeabf2da9b04c70f031e34e53933110.tar.bz2
merge #11584: make Header and make_header handle binary unknown-8bit input
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 758ee7c..991e88e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,7 +194,8 @@ Library
-------
- Issue #11584: email.header.decode_header no longer fails if the header
- passed to it is a Header object.
+ passed to it is a Header object, and Header/make_header no longer fail
+ if given binary unknown-8bit input.
- Issue #11700: mailbox proxy object close methods can now be called multiple
times without error.