From 8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 20 Nov 2015 02:37:57 +0000 Subject: Issue #25583: Add news to 3.6 section --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 72d2073..1e18892 100644 --- 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 -- cgit v0.12