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

Brian Curtin report at bugs.python.org
Thu Nov 3 03:27:23 CET 2011


Brian Curtin <brian at python.org> added the comment:

Ah, yes. Would the following work better for the last line?

self.assertAlmostEqual(st1.st_mtime, st2.st_mtime, places=2)

----------

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


More information about the Python-bugs-list mailing list