summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2015-10-17 15:13:10 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2015-10-17 15:13:10 (GMT)
commit277640af0f528f71c9882a30c9325cd02b10a31a (patch)
treec1c53eaa31c3f6d88d36de8314ac6a5fae97b29d /Misc
parent4de9dae57dbcac5ac2243e56ad9b13e7a3a9d772 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 23b6ebc..c6a4d3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.