[Python-Dev] mkdir -p in python

Nick Coghlan ncoghlan at gmail.com
Tue Jul 20 15:43:53 CEST 2010


On Tue, Jul 20, 2010 at 11:09 PM, Steven D'Aprano <steve at pearwood.info> wrote:
> I'm -0 on adding an argument to os.makedirs, +0 on adding a variant
> function to os, and +0.5 on adding the variant to the shutil module.

shutil seems like the place for it to me. The subtlety of getting the
error suppression correct makes it worth implementing this once and
for all I think.

Cheers,
Nick.


-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list