diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-07-19 01:42:28 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-07-19 01:42:28 (GMT) |
commit | da7af4d7a1866d53d50ad5253bf189e1b752cb04 (patch) | |
tree | f18b20962b8602dd0cc9dd3d5a341506442d2ba5 /Misc/NEWS | |
parent | a8713b141ab1d060bd0ba0c9e6aa93dd476bb224 (diff) | |
parent | 4634676cec29def3c70cf84ba00e6d7586bbaab7 (diff) | |
download | cpython-da7af4d7a1866d53d50ad5253bf189e1b752cb04.zip cpython-da7af4d7a1866d53d50ad5253bf189e1b752cb04.tar.gz cpython-da7af4d7a1866d53d50ad5253bf189e1b752cb04.tar.bz2 |
Merge #7484: no more <> around addresses in VRFY or EXPN
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -234,6 +234,9 @@ Core and Builtins Library ------- +- Issue #7484: smtplib no longer puts <> around addresses in VRFY and EXPN + commands; they aren't required and in fact postfix doesn't support that form. + - Issue #12273: Remove ast.__version__. AST changes can be accounted for by checking sys.version_info or sys._mercurial. |