[issue14702] os.makedirs breaks under autofs directories

R. David Murray report at bugs.python.org
Sat May 5 15:30:33 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Hynek: you said "just like EEXIST", which doesn't check to see if the directory exists before continuing, thus my confusion.

If mkdir -p does a stat first, then changing the makedirs algorithm to match is probably not a bad idea for OS compatibility reasons, with autofs just being an example of why.

----------

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


More information about the Python-bugs-list mailing list