diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-11-20 02:35:46 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-20 02:35:46 +0000 |
| commit | 97cabb9fa5bd257aceae724f4727fe54580c4e9f (patch) | |
| tree | 59a53473befbf2d38f98e0a0ff0fd634666230d2 /Misc/NEWS | |
| parent | 82f9feaf1054599fdb37c6c414c7ec2e107ec2da (diff) | |
| parent | a82642f9dbdff5253f40d4acee0cbb27aaf34462 (diff) | |
| download | cpython-git-97cabb9fa5bd257aceae724f4727fe54580c4e9f.tar.gz | |
Issue #25583: Merge makedirs fix from 3.4 into 3.5
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,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 |
