summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-06-07 14:21:41 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-06-07 14:21:41 (GMT)
commit30298b468b1c702bf3082b57fea13247e53e2ae2 (patch)
tree4ea40ceefc58a21b612ee0da3de1a32663f28ca1 /Misc
parent4e694d6fa9f1fbdf1de137214deceac4cd87e091 (diff)
downloadcpython-30298b468b1c702bf3082b57fea13247e53e2ae2.zip
cpython-30298b468b1c702bf3082b57fea13247e53e2ae2.tar.gz
cpython-30298b468b1c702bf3082b57fea13247e53e2ae2.tar.bz2
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e4dbcb..84e9137 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -112,6 +112,9 @@ Core and Builtins
Library
-------
+- Issue #11959: SMTPServer and SMTPChannel now take an optional map, use of
+ which avoids affecting global state.
+
- Issue #18109: os.uname() now decodes fields from the locale encoding, and
socket.gethostname() now decodes the hostname from the locale encoding,
instead of using the UTF-8 encoding in strict mode.