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 jimjjewett
Recipients
Date 2005-10-05.17:08:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
os.py function makedirs is intended to create a 
directory, including any required parent directories.

Unfortunately, at least on windows, it fails is some of 
those parent directories already exist.  This patch 
says "if the directory I'm about to create is already an 
existing directory, then pretend I succeeded and 
continue with the next step."
History
Date User Action Args
2007-08-23 15:44:09adminlinkissue1314067 messages
2007-08-23 15:44:09admincreate