summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-05-11 16:11:40 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-05-11 16:11:40 (GMT)
commita33df31629f2f6ed85890baa9b4e71c30efa95a9 (patch)
tree00602e680a45fbb39ac9127995764b92ee096488 /Misc
parent0d905d4fcdb39119f763afd4036cfaea78a2ae5b (diff)
downloadcpython-a33df31629f2f6ed85890baa9b4e71c30efa95a9.zip
cpython-a33df31629f2f6ed85890baa9b4e71c30efa95a9.tar.gz
cpython-a33df31629f2f6ed85890baa9b4e71c30efa95a9.tar.bz2
#21795: advertise 8BITMIME if decode_data is False.
Patch by Milan Oberkirch, with a few updates. This changeset also tweaks the smtpd and whatsnew docs for smtpd into what should be the final form for the 3.5 release.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b18c5d7..cc2ff1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #21795: smtpd now supports the 8BITMIME extension whenever
+ the new *decode_data* constructor argument is set to False.
+
- Issue #21800: imaplib now supports RFC 5161 (enable), RFC 6855
(utf8/internationalized email) and automatically encodes non-ASCII
usernames and passwords to UTF8.