summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-06-06 17:17:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-06-06 17:17:09 (GMT)
commitf068ab830448ea9f78ee0dfbb29c12211d1b6aee (patch)
tree3b9b2b578ccdf341cf0646b996b1ecce14a06d46 /Misc/NEWS
parente67b1eab32f3f0e0b2a5979cc00c2f4605e3b7e4 (diff)
downloadcpython-f068ab830448ea9f78ee0dfbb29c12211d1b6aee.zip
cpython-f068ab830448ea9f78ee0dfbb29c12211d1b6aee.tar.gz
cpython-f068ab830448ea9f78ee0dfbb29c12211d1b6aee.tar.bz2
Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module.
Patch by Catalin Iacob.
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 650ae60..74387b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,9 @@ Core and Builtins
Library
-------
+- Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
+ smtplib module. Patch by Catalin Iacob.
+
- Issue #12080: Fix a Decimal.power() case that took an unreasonably long time
to compute.