diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-02-18 06:18:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-02-18 06:18:20 (GMT) |
commit | 1378f7ca68329e6eebdd1b47bcb7b86fca2aff24 (patch) | |
tree | c1177b662e6a9dbc5bea45dcb120c425ee3e4d56 /Misc/NEWS | |
parent | f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a (diff) | |
parent | 94912727513ccab03567cfcab01732989c0ababc (diff) | |
download | cpython-1378f7ca68329e6eebdd1b47bcb7b86fca2aff24.zip cpython-1378f7ca68329e6eebdd1b47bcb7b86fca2aff24.tar.gz cpython-1378f7ca68329e6eebdd1b47bcb7b86fca2aff24.tar.bz2 |
merge 3.4 (closes #25939)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ Core and Builtins 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 #26117: The os.scandir() iterator now closes file descriptor not only |