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 brett.cannon
Recipients
Date 2004-06-19.06:35:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
shutil.copytree uses os.mkdir instead of os.mkdirs for creating the 
new destination directory.  Any reason why it doesn't use 
os.mkdirs?  If there is the docs should be made more specific in 
stating that it will not create intermediate directories for the 
destination.
History
Date User Action Args
2007-08-23 14:22:44adminlinkissue975763 messages
2007-08-23 14:22:44admincreate