From: Serhiy Storchaka Date: Wed, 10 Sep 2014 20:45:42 +0000 (+0300) Subject: Issue #22369: Change "context manager protocol" to "context management protocol". X-Git-Tag: v3.5.0a1~937 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd6507eb8617fd435b9d282215f5d802bf45b64f;p=python Issue #22369: Change "context manager protocol" to "context management protocol". --- dd6507eb8617fd435b9d282215f5d802bf45b64f diff --cc Misc/NEWS index ec19e7b283,cd6dadc87c..4dd8de39b3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -132,15 -32,6 +132,15 @@@ Core and Builtin Library ------- - - Issue #12410: imaplib.IMAP4 now supports the context manager protocol. ++- Issue #12410: imaplib.IMAP4 now supports the context management 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 + attribute `pattern` is added and documented. Patch given by Robert Collins, + tweaked by Barry Warsaw. + - Issue #22226: First letter no longer is stripped from the "status" key in the result of Treeview.heading().