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 Stéphane Archer
Recipients Stéphane Archer
Date 2019-11-12.00:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573517330.77.0.396990745191.issue38772@roundup.psfhosted.org>
In-reply-to
Content
I use shutil.copytree to copy photos from many sd cards to a hard drive.
I use thread for each sd card. then I check if the content has been copying correctly with filecmp.cmpfiles with shallow to false. and surprise!!!
some files are not identical. usually, just one byte has not been properly copying
History
Date User Action Args
2019-11-12 00:08:50Stéphane Archersetrecipients: + Stéphane Archer
2019-11-12 00:08:50Stéphane Archersetmessageid: <1573517330.77.0.396990745191.issue38772@roundup.psfhosted.org>
2019-11-12 00:08:50Stéphane Archerlinkissue38772 messages
2019-11-12 00:08:50Stéphane Archercreate