Tim Peters added the comment: Here's a failure with the patch:
self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns) AssertionError: 1385161652120374900 not greater than or equal to 1385161652120375500 And another: AssertionError: 1385161754170484000 not greater than or equal to 1385161754170484500 And one more: AssertionError: 1385161795681499000 not greater than or equal to 1385161795681499500 I'll stare at the code later - have to leave now. Please fix it before I get back ;-) On Fri, Nov 22, 2013 at 5:04 PM, Steve Dower <rep...@bugs.python.org> wrote: > > Steve Dower added the comment: > >> 7. verify original_mtime - 0.001 < p.stat().st_mtime < original_mtime + 0.001 > > Actually, don't check the upper-bound here... that's a bad idea :) > > ---------- > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <http://bugs.python.org/issue19715> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19715> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com