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 tarek
Recipients TTimo, tarek
Date 2010-04-20.08:13:55
SpamBayes Score 0.00012446003
Marked as misclassified No
Message-id <1271751237.9.0.478484663541.issue6547@psf.upfronthosting.co.za>
In-reply-to
Content
Please ignore my last message.

I've written a test for your error, and it turns out that the error is caught and just raised at the end of the process, meaning that everything else was copied before you get the exception.

So shutil.copytree didn't fail.

Now, the behavior is a little bit hard for this case, so I am going to add an option to ignore errors when a dangling symlink is found.
History
Date User Action Args
2010-04-20 08:13:57tareksetrecipients: + tarek, TTimo
2010-04-20 08:13:57tareksetmessageid: <1271751237.9.0.478484663541.issue6547@psf.upfronthosting.co.za>
2010-04-20 08:13:55tareklinkissue6547 messages
2010-04-20 08:13:55tarekcreate