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