From: Martin Panter Date: Fri, 20 Nov 2015 02:37:57 +0000 (+0000) Subject: Issue #25583: Add news to 3.6 section X-Git-Tag: v3.6.0a1~1027 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d;p=python Issue #25583: Add news to 3.6 section --- diff --git a/Misc/NEWS b/Misc/NEWS index 72d207311f..1e1889299a 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