summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-09 16:07:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-09 16:07:49 (GMT)
commit38684c366364fcd4071534a1de62f728407224d8 (patch)
treee16b93cf0f5a416770a873331792e5d4d6611b9c /Misc
parentbb1e3f1ebe99e1cb5a7c136991b8e8f41e4fa4bb (diff)
downloadcpython-38684c366364fcd4071534a1de62f728407224d8.zip
cpython-38684c366364fcd4071534a1de62f728407224d8.tar.gz
cpython-38684c366364fcd4071534a1de62f728407224d8.tar.bz2
imaplib.IMAP4 now supports the context manager protocol.
Original patch by Tarek Ziadé.
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 157e72c..ec19e7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Core and Builtins
Library
-------
+- Issue #12410: imaplib.IMAP4 now supports the context manager protocol.
+ Original patch by Tarek Ziadé.
+
- Issue #16662: load_tests() is now unconditionally run when it is present in
a package's __init__.py. TestLoader.loadTestsFromModule() still accepts
use_load_tests, but it is deprecated and ignored. A new keyword-only