]> granicus.if.org Git - python/commitdiff
Issue #25583: Add news to 3.6 section
authorMartin Panter <vadmium+py@gmail.com>
Fri, 20 Nov 2015 02:37:57 +0000 (02:37 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 20 Nov 2015 02:37:57 +0000 (02:37 +0000)
Misc/NEWS

index 72d207311fc37363a72f3fbcaa349aed4833b28c..1e1889299a06a213721323f8157b1b5870b0cd36 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
+  when the OS gives priority to errors such as EACCES over EEXIST.
+
 - Issue #25593: Change semantics of EventLoop.stop() in asyncio.
 
 - Issue #6973: When we know a subprocess.Popen process has died, do