Hynek Schlawack <h...@ox.cx> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14702>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to