diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:13:10 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2015-10-17 15:13:10 (GMT) |
commit | 277640af0f528f71c9882a30c9325cd02b10a31a (patch) | |
tree | c1c53eaa31c3f6d88d36de8314ac6a5fae97b29d /Misc | |
parent | 4de9dae57dbcac5ac2243e56ad9b13e7a3a9d772 (diff) | |
download | cpython-277640af0f528f71c9882a30c9325cd02b10a31a.zip cpython-277640af0f528f71c9882a30c9325cd02b10a31a.tar.gz cpython-277640af0f528f71c9882a30c9325cd02b10a31a.tar.bz2 |
Closes #25411: Improved Unicode support in SMTPHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,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 #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. |