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 chanke
Recipients AlexVndnblcke, andrei.avk, chanke, josh.r
Date 2021-07-13.05:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626155086.85.0.280136250294.issue42958@roundup.psfhosted.org>
In-reply-to
Content
Andrei,
cmp is the deep-compare part of filecmp. I thought we were taking about the shallow one.

Thus,
- shallow like rsync "quick": size + mtime.
- deep like cmp
History
Date User Action Args
2021-07-13 05:44:46chankesetrecipients: + chanke, josh.r, andrei.avk, AlexVndnblcke
2021-07-13 05:44:46chankesetmessageid: <1626155086.85.0.280136250294.issue42958@roundup.psfhosted.org>
2021-07-13 05:44:46chankelinkissue42958 messages
2021-07-13 05:44:46chankecreate