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 tim.peters
Recipients brian.curtin, jkloth, loewis, pitrou, python-dev, steve.dower, tim.golden, tim.peters
Date 2013-11-22.23:11:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAExdVNkYZramxYc06Mmp5HFGc9Ep-TXFQsKtP2PPCUvfEwqDZA@mail.gmail.com>
In-reply-to <1385161473.18.0.413671319922.issue19715@psf.upfronthosting.co.za>
Content
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 <report@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 <report@bugs.python.org>
> <http://bugs.python.org/issue19715>
> _______________________________________
History
Date User Action Args
2013-11-22 23:11:28tim.peterssetrecipients: + loewis, pitrou, tim.golden, jkloth, brian.curtin, python-dev, steve.dower
2013-11-22 23:11:28tim.peterslinkissue19715 messages
2013-11-22 23:11:28tim.peterscreate