diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-09 16:07:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-09 16:07:49 (GMT) |
commit | 38684c366364fcd4071534a1de62f728407224d8 (patch) | |
tree | e16b93cf0f5a416770a873331792e5d4d6611b9c /Misc | |
parent | bb1e3f1ebe99e1cb5a7c136991b8e8f41e4fa4bb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |