[issue24231] os.makedirs('/', exist_ok=True) fails on Darwin

Jeffrey Kintscher report at bugs.python.org
Tue Jul 16 19:50:07 EDT 2019


Jeffrey Kintscher <websurfer at surf2c.net> added the comment:

This issue appears to have been fixed:

Python 3.7.3 (default, May  1 2019, 00:00:47) 
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.makedirs('/', exist_ok=True)
>>>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24231>
_______________________________________


More information about the Python-bugs-list mailing list