diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-20 02:37:57 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-20 02:37:57 +0000 |
commit | 8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d (patch) | |
tree | 0985ffdd8460deb600f0f2b7315f49f051d3d99f | |
parent | 5e02af4961ed6278cd8e9aa4a59902fa4b16c8cb (diff) | |
download | cpython-git-8b4ee344ef43552a37c4e6fe342eb4a8c4b1a10d.tar.gz |
Issue #25583: Add news to 3.6 section
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |