]> granicus.if.org Git - python/commitdiff
Issue #22369: Change "context manager protocol" to "context management protocol".
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Sep 2014 20:45:42 +0000 (23:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Sep 2014 20:45:42 +0000 (23:45 +0300)
1  2 
Doc/library/multiprocessing.rst
Doc/library/tarfile.rst
Doc/library/threading.rst
Doc/whatsnew/3.3.rst
Misc/HISTORY
Misc/NEWS

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc Misc/HISTORY
Simple merge
diff --cc Misc/NEWS
index ec19e7b2836bb39be6933dab132fd457dadc15f1,cd6dadc87c74aef1c80ef71b9491f204cd27c450..4dd8de39b30a7716dae8789317341b00ab4b8e73
+++ 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().