From: Vinay Sajip Date: Sat, 17 Oct 2015 15:24:23 +0000 (+0100) Subject: Closes #25411: Merged fix from 3.5. X-Git-Tag: v3.6.0a1~1198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03de71d1365a3f767ab16598ff06091187f44ad7;p=python Closes #25411: Merged fix from 3.5. --- 03de71d1365a3f767ab16598ff06091187f44ad7 diff --cc Misc/NEWS index 7d2c79f85b,71009af0a3..0cb9c183b3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -63,8 -45,9 +63,11 @@@ Core and Builtin 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 Python 3.6.