[issue14702] os.makedirs breaks under autofs directories

Martin v. Löwis report at bugs.python.org
Fri May 18 03:19:30 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

I agree that the proposed solutions are hacks, and still propose to close this as "won't fix".

I think this is a bug in Linux. mkdir("/net/prodigy/tmp") ought to trigger the mount, then fail with EEXIST.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list