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, neologix, r.david.murray
Date 2012-05-17.22:52:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337295180.65.0.2584311056.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
I sense a very easy fix: just do a stat() on the final path before we do anything (and quickly return if present). Moving current makedirs into a private _makedirs that gets called if the stat fails.

I'm still feeling uneasy about that though. It _is_ a kludge.
History
Date User Action Args
2012-05-17 22:53:00hyneksetrecipients: + hynek, amcnabb, r.david.murray, neologix
2012-05-17 22:53:00hyneksetmessageid: <1337295180.65.0.2584311056.issue14702@psf.upfronthosting.co.za>
2012-05-17 22:53:00hyneklinkissue14702 messages
2012-05-17 22:52:59hynekcreate