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 eric.araujo
Recipients Arfrever, eric.araujo, tarek
Date 2010-07-17.07:20:20
SpamBayes Score 0.17015542
Marked as misclassified No
Message-id <1279351225.01.0.903814040841.issue9281@psf.upfronthosting.co.za>
In-reply-to
Content
Note: Your patch fixes distutils, but in distutils2 dir_util is gone, use of its functions replaced by shutil calls or duplicated code with, I’m afraid, the same isdir/mkdir race condition. I wonder how we could add tests for that instead. Thanks for the heads-up, I’m adding a “grep makedirs|rmdir” on my todo list.
History
Date User Action Args
2010-07-17 07:20:25eric.araujosetrecipients: + eric.araujo, tarek, Arfrever
2010-07-17 07:20:25eric.araujosetmessageid: <1279351225.01.0.903814040841.issue9281@psf.upfronthosting.co.za>
2010-07-17 07:20:22eric.araujolinkissue9281 messages
2010-07-17 07:20:21eric.araujocreate