summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-20 02:37:57 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-11-20 02:37:57 +0000
commit8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d (patch)
tree0985ffdd8460deb600f0f2b7315f49f051d3d99f
parent5e02af4961ed6278cd8e9aa4a59902fa4b16c8cb (diff)
downloadcpython-git-8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d.tar.gz
Issue #25583: Add news to 3.6 section
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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