diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-16 17:58:14 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-16 17:58:14 (GMT) |
commit | cee7cf60263210ca34f8221fc7dabd360c825533 (patch) | |
tree | 0c92234dbae918c8fa655681fdf41f0e3befc23e /Misc/NEWS | |
parent | b907a513c8285410d93adc2895508985838fe1a7 (diff) | |
download | cpython-cee7cf60263210ca34f8221fc7dabd360c825533.zip cpython-cee7cf60263210ca34f8221fc7dabd360c825533.tar.gz cpython-cee7cf60263210ca34f8221fc7dabd360c825533.tar.bz2 |
#22027: Add RFC6531 support to smtplib.
Initial patch by Milan Oberkirch.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ Core and Builtins Library ------- +- Issue #22027: smtplib now supports RFC 6531 (SMTPUTF8). + - Issue #23488: Random generator objects now consume 2x less memory on 64-bit. - Issue #1322: platform.dist() and platform.linux_distribution() functions are |