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 veky
Recipients gopeshsingh, veky
Date 2021-08-26.14:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629988221.68.0.867804282814.issue45009@roundup.psfhosted.org>
In-reply-to
Content
It probably has nothing to do with your bug, but your title is wrong. You are _not_ getting mtime using pathlib (but using os.path instead). That is done like using this approach: https://docs.python.org/3/library/pathlib.html#pathlib.Path.stat

Just to eliminate irrelevant details, could you try _actually_ implement the algorithm using the above, and see if the results differ?
History
Date User Action Args
2021-08-26 14:30:21vekysetrecipients: + veky, gopeshsingh
2021-08-26 14:30:21vekysetmessageid: <1629988221.68.0.867804282814.issue45009@roundup.psfhosted.org>
2021-08-26 14:30:21vekylinkissue45009 messages
2021-08-26 14:30:21vekycreate