Issue #25583: Add news to 3.6 section

This commit is contained in:
Martin Panter 2015-11-20 02:37:57 +00:00
parent 5e02af4961
commit 8b4ee344ef
1 changed files with 3 additions and 0 deletions

View File

@ -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