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 georg.brandl
Recipients
Date 2005-01-01.08:26:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
See bugs #975763 and #1048878.

The patch changes shutil.copytree() to use
os.makedirs() instead of os.mkdir() and to copy
directory bits using copystat(), because file bits are
copied, too.

It includes a doc change to mention these details.
History
Date User Action Args
2007-08-23 15:41:03adminlinkissue1094015 messages
2007-08-23 15:41:03admincreate