Message 323096 - Python tracker

Message323096

Author vstinner
Recipients Dormouse759, pablogsal, petr.viktorin, serhiy.storchaka, vstinner, xtreak
Date 2018-08-03.23:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533337878.91.0.56676864532.issue34325@psf.upfronthosting.co.za>
In-reply-to
Content
A possible enhancement is to mock os.stat() instead of really modifying the real filesystem modification time, it would allow to test the bug on any platform. But I'm not sure that it's worth it, and if anyone is interested, I would suggest to discuss on bpo-34097.
History
Date User Action Args
2018-08-03 23:11:18vstinnersetrecipients: + vstinner, petr.viktorin, serhiy.storchaka, Dormouse759, pablogsal, xtreak
2018-08-03 23:11:18vstinnersetmessageid: <1533337878.91.0.56676864532.issue34325@psf.upfronthosting.co.za>
2018-08-03 23:11:18vstinnerlinkissue34325 messages
2018-08-03 23:11:18vstinnercreate