From: R David Murray Date: Thu, 9 Jun 2011 19:21:02 +0000 (-0400) Subject: merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. X-Git-Tag: v3.3.0a1~2146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a9f16b62738dd5ab14907a870a18f8b81a2058a;p=python merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. --- 0a9f16b62738dd5ab14907a870a18f8b81a2058a diff --cc Misc/NEWS index 9562646267,dab5355edd..f422b2ddf5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -187,9 -22,8 +187,11 @@@ Core and Builtin Library ------- + - Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA. + +- Issue #10424: Argparse now includes the names of the missing required + arguments in the missing arguments error message. + - Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.