changeset: 99220:6ec093f78266 user: Martin Panter date: Fri Nov 20 02:37:57 2015 +0000 files: Misc/NEWS description: Issue #25583: Add news to 3.6 section diff -r f0ad5067879b -r 6ec093f78266 Misc/NEWS --- a/Misc/NEWS Fri Nov 20 02:37:29 2015 +0000 +++ b/Misc/NEWS Fri Nov 20 02:37:57 2015 +0000 @@ -95,6 +95,9 @@ 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