diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:17:52 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:17:52 (GMT) |
commit | 3f445f799aeb041cada532be23d835c15a61d432 (patch) | |
tree | bd7051b2a5bb35f6bcd5f0a9b260ffcc6436a3b0 /Misc/NEWS | |
parent | a83a0e23168f3d4ac730ba7cd931eb25df77e7f3 (diff) | |
parent | 277640af0f528f71c9882a30c9325cd02b10a31a (diff) | |
download | cpython-3f445f799aeb041cada532be23d835c15a61d432.zip cpython-3f445f799aeb041cada532be23d835c15a61d432.tar.gz cpython-3f445f799aeb041cada532be23d835c15a61d432.tar.bz2 |
Closes #25411: Merged fix from 3.4.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,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. + - Issue #25407: Remove mentions of the formatter module being removed in Python 3.6. |