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 Eduardo.Seabra
Recipients Eduardo.Seabra, berker.peksag, ned.deily, shajunxing
Date 2014-06-16.20:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402951567.67.0.76755865388.issue21697@psf.upfronthosting.co.za>
In-reply-to
Content
Berker Peksag, I don't think your patch is okay.
When symlinks is set to true, it should copy the symbolic link of the directory. Your code is calling copytree instead.
I think the following patch is working, no errors on regression tests.
History
Date User Action Args
2014-06-16 20:46:07Eduardo.Seabrasetrecipients: + Eduardo.Seabra, ned.deily, berker.peksag, shajunxing
2014-06-16 20:46:07Eduardo.Seabrasetmessageid: <1402951567.67.0.76755865388.issue21697@psf.upfronthosting.co.za>
2014-06-16 20:46:07Eduardo.Seabralinkissue21697 messages
2014-06-16 20:46:07Eduardo.Seabracreate