diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:24:23 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:24:23 (GMT) |
commit | 03de71d1365a3f767ab16598ff06091187f44ad7 (patch) | |
tree | 492554f064e370770934fbc9b5c0f00a6fc6ff75 /Misc | |
parent | d469cff021248a1cbfca6080f5daccc092579124 (diff) | |
parent | 3f445f799aeb041cada532be23d835c15a61d432 (diff) | |
download | cpython-03de71d1365a3f767ab16598ff06091187f44ad7.zip cpython-03de71d1365a3f767ab16598ff06091187f44ad7.tar.gz cpython-03de71d1365a3f767ab16598ff06091187f44ad7.tar.bz2 |
Closes #25411: Merged fix from 3.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Core and Builtins Library ------- +- Issue #25411: Improved Unicode support in SMTPHandler through better use of + the email package. Thanks to user simon04 for the patch. + - Move the imp module from a PendingDeprecationWarning to DeprecationWarning. - Issue #25407: Remove mentions of the formatter module being removed in |