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: http://git.ipfire.org/?a=commitdiff_plain;h=0a9f16b62738dd5ab14907a870a18f8b81a2058a;p=thirdparty%2FPython%2Fcpython.git merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. --- 0a9f16b62738dd5ab14907a870a18f8b81a2058a diff --cc Misc/NEWS index 95626462675b,dab5355eddb7..f422b2ddf53b --- 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.