diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-09 19:21:02 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-09 19:21:02 (GMT) |
commit | 0a9f16b62738dd5ab14907a870a18f8b81a2058a (patch) | |
tree | c793508c600a6b1c048802f647071afa015dc346 /Misc | |
parent | bf353aadf274b898a515e81c2b1d63fbac83feca (diff) | |
parent | 0f663d07e669c39ce9a7ddfa71ed1293379a358e (diff) | |
download | cpython-0a9f16b62738dd5ab14907a870a18f8b81a2058a.zip cpython-0a9f16b62738dd5ab14907a870a18f8b81a2058a.tar.gz cpython-0a9f16b62738dd5ab14907a870a18f8b81a2058a.tar.bz2 |
merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -187,6 +187,8 @@ Core and Builtins 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. |