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-19.23:08:10
SpamBayes Score 3.7832845e-06
Marked as misclassified No
Message-id <1271718491.29.0.368460428962.issue6547@psf.upfronthosting.co.za>
In-reply-to
Content
> Ideally I feel it should create the same symlink pointing to a 
> possibly missing file, since that's what '/bin/cp' does, 
> and shutil.copytree is broadly understood as a drop in replacement..

That's what would happen if the symlink option is set to True.
When False, copytree() is supposed to copy the file pointed by the symlink, so copying the symlink as a fallback in case the file doesn't exists seems wrong to me in case symlink=False
History
Date User Action Args
2010-04-19 23:08:11tareksetrecipients: + tarek, TTimo
2010-04-19 23:08:11tareksetmessageid: <1271718491.29.0.368460428962.issue6547@psf.upfronthosting.co.za>
2010-04-19 23:08:10tareklinkissue6547 messages
2010-04-19 23:08:10tarekcreate