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 andrei.avk
Recipients AlexVndnblcke, andrei.avk, chanke, josh.r
Date 2021-07-12.17:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626111327.5.0.438909315302.issue42958@roundup.psfhosted.org>
In-reply-to
Content
Christof and Alexander, as you both said your preference is to have some way of enforcing "only shallow" compare, I want to clarify -- it seems if you do that, you will get the answer of True if the files are most likely the same (sig is equal), but if the sig is not equal, I'm not sure what answer you expect or why. The sig may be different because of mtime, and then the files may be different or the same, it's anyone's guess.

I wonder if both of you expect the same behavior, and if so, for the same use case or not?
History
Date User Action Args
2021-07-12 17:35:27andrei.avksetrecipients: + andrei.avk, josh.r, chanke, AlexVndnblcke
2021-07-12 17:35:27andrei.avksetmessageid: <1626111327.5.0.438909315302.issue42958@roundup.psfhosted.org>
2021-07-12 17:35:27andrei.avklinkissue42958 messages
2021-07-12 17:35:27andrei.avkcreate