Hynek Schlawack <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue14702> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
