[issue13327] Update utime API to not require explicit None argument

Antoine Pitrou report at bugs.python.org
Thu Nov 3 12:25:15 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> The `delta` keyword would actually be better than `places`, especially
> on the slower buildbots. delta=10 would allow up to 10 seconds between
> those utime calls. Is that being too permissive?

I think it's ok. We don't have to test the system's utime
implementation, just that the second parameter does what it should.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13327>
_______________________________________


More information about the Python-bugs-list mailing list