summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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', '').