[issue14702] os.makedirs breaks under autofs directories

Hynek Schlawack report at bugs.python.org
Mon Apr 30 21:32:17 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

As makedirs in 3.x doesn’t handle EPERM and is otherwise the same, I presume the error is there as well.

I also presume, that after the failed makedirs(), the directory is mounted? I'd just handle the error just we handle EEXIST in 3.x now.

----------
nosy: +hynek
stage:  -> needs patch
type:  -> behavior
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list