This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hynek
Recipients amcnabb, hynek
Date 2012-04-30.19:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335814337.51.0.880996094628.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-30 19:32:17hyneksetrecipients: + hynek, amcnabb
2012-04-30 19:32:17hyneksetmessageid: <1335814337.51.0.880996094628.issue14702@psf.upfronthosting.co.za>
2012-04-30 19:32:16hyneklinkissue14702 messages
2012-04-30 19:32:16hynekcreate