[issue25583] os.makedirs with exist_ok=True raises PermissionError on Windows 7^

R. David Murray report at bugs.python.org
Sun Nov 8 12:37:42 EST 2015


R. David Murray added the comment:

If you are trying to create a directory named '.' your code will not do anything useful, you might as well skip the call.  What's the use case?

That said, the fix looks reasonable.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25583>
_______________________________________


More information about the Python-bugs-list mailing list