From: Barry Warsaw Date: Tue, 15 Mar 2011 19:22:42 +0000 (-0400) Subject: Merge and resolve Misc/NEWS. X-Git-Tag: v3.3.0a1~2905^2~2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=254800e1502a5567c8f7c8b3d8c4f0d17b3638e3;p=thirdparty%2FPython%2Fcpython.git Merge and resolve Misc/NEWS. --- 254800e1502a5567c8f7c8b3d8c4f0d17b3638e3 diff --cc Misc/NEWS index 90e402b75770,85ec6d6c1076..018c62d8c8b2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -68,9 -68,12 +68,15 @@@ Core and Builtin Library ------- +- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used + in a `with` statement. Contributed by Giampaolo Rodola. + + - Issue #11554: Fixed support for Japanese codecs; previously the body output + encoding was not done if euc-jp or shift-jis was specified as the charset. + + - Issue #11509: Significantly increase test coverage of fileinput. + Patch by Denver Coneybeare at PyCon 2011 Sprints. + - Issue #11407: `TestCase.run` returns the result object used or created. Contributed by Janathan Hartley.