summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-03-09 15:35:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-03-09 15:35:55 (GMT)
commit1190a38d336ad65f505b00b9057e0f136f777115 (patch)
tree011dcb63aa49369edf5db8ea1f51e43d16e8dabf /Misc
parentfd61107e7a24af2cc25a3a7abbdb82656fbe9335 (diff)
downloadcpython-1190a38d336ad65f505b00b9057e0f136f777115.zip
cpython-1190a38d336ad65f505b00b9057e0f136f777115.tar.gz
cpython-1190a38d336ad65f505b00b9057e0f136f777115.tar.bz2
Patch #957003: Implement smtplib.LMTP.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd25cbd..635b2c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Core and builtins
Library
-------
+- Patch #957003: Implement smtplib.LMTP.
+
- Patch #1481079: add support for HTTP_REFERER to CGIHTTPServer.
- Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').