]> granicus.if.org Git - python/commitdiff
merge 3.5 (closes #25939)
authorBenjamin Peterson <benjamin@python.org>
Thu, 18 Feb 2016 06:18:35 +0000 (22:18 -0800)
committerBenjamin Peterson <benjamin@python.org>
Thu, 18 Feb 2016 06:18:35 +0000 (22:18 -0800)
1  2 
Misc/NEWS
Modules/_ssl.c

diff --cc Misc/NEWS
index 70ec5929e9c2f15fc5c6d4207a882ce511716e42,20be1177dad4c8a8c98ba5fe48c81d05cf86c721..467b876332cb1834ee5703643d184c16cc28679d
+++ b/Misc/NEWS
@@@ -186,16 -75,11 +186,18 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #25939: On Windows open the cert store readonly in ssl.enum_certificates.
  - Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
  
 +- Issue #25994: Added the close() method and the support of the context manager
 +  protocol for the os.scandir() iterator.
 +
 +- Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
 +
 +- Issue #26243: Support keyword arguments to zlib.compress().  Patch by Aviv
 +  Palivoda.
 +
  - Issue #26117: The os.scandir() iterator now closes file descriptor not only
    when the iteration is finished, but when it was failed with error.
  
diff --cc Modules/_ssl.c
Simple merge