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:01:26
SpamBayes Score 0.00847534
Marked as misclassified No
Message-id <1271750488.75.0.64688161599.issue6547@psf.upfronthosting.co.za>
In-reply-to
Content
So, here's what I am planing to do after a little thought:

When a dangling symlink occurs and symlinks=false, copytree() will just emit a warning, unless the onerror option (new option) is set to a callable. In that case it will receive the src/dst values, and it will be up to the developer to decide what to do.
History
Date User Action Args
2010-04-20 08:04:31tarekunlinkissue6547 messages
2010-04-20 08:01:28tareksetrecipients: + tarek, TTimo
2010-04-20 08:01:28tareksetmessageid: <1271750488.75.0.64688161599.issue6547@psf.upfronthosting.co.za>
2010-04-20 08:01:27tareklinkissue6547 messages
2010-04-20 08:01:26tarekcreate