[Python-checkins] cpython: Issue #25583: Add news to 3.6 section

martin.panter python-checkins at python.org
Thu Nov 19 21:39:34 EST 2015


https://hg.python.org/cpython/rev/6ec093f78266
changeset:   99220:6ec093f78266
user:        Martin Panter <vadmium+py at gmail.com>
date:        Fri Nov 20 02:37:57 2015 +0000
summary:
  Issue #25583: Add news to 3.6 section

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list