summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-07-19 01:42:28 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-07-19 01:42:28 (GMT)
commitda7af4d7a1866d53d50ad5253bf189e1b752cb04 (patch)
treef18b20962b8602dd0cc9dd3d5a341506442d2ba5 /Misc/NEWS
parenta8713b141ab1d060bd0ba0c9e6aa93dd476bb224 (diff)
parent4634676cec29def3c70cf84ba00e6d7586bbaab7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7632292..c0cda4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.