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.