From: Steve Dower Date: Fri, 9 Sep 2016 19:09:07 +0000 (-0700) Subject: Merge with 3.5 X-Git-Tag: v3.6.0b1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a2becc1d10c1b4ae1d55720f5bdb54097fed1a4;p=thirdparty%2FPython%2Fcpython.git Merge with 3.5 --- 2a2becc1d10c1b4ae1d55720f5bdb54097fed1a4 diff --cc Misc/NEWS index 1e29158d96be,e4061d64d43e..98c049b983d6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -113,13 -62,11 +113,18 @@@ Core and Builtin Library ------- + - Issue #24594: Validates persist parameter when opening MSI database + + - Issue #28047: Fixed calculation of line length used for the base64 CTE + in the new email policies. + +- Issue #27576: Fix call order in OrderedDict.__init__(). + +- email.generator.DecodedGenerator now supports the policy keyword. + +- Issue #28027: Remove undocumented modules from ``Lib/plat-*``: IN, CDROM, + DLFCN, TYPES, CDIO, and STROPTS. + - Issue #27445: Don't pass str(_charset) to MIMEText.set_payload(). Patch by Claude Paroz.