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 brian.curtin
Recipients brian.curtin, pitrou
Date 2011-11-03.02:27:22
SpamBayes Score 0.024609627
Marked as misclassified No
Message-id <1320287243.37.0.412295850142.issue13327@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, yes. Would the following work better for the last line?

self.assertAlmostEqual(st1.st_mtime, st2.st_mtime, places=2)
History
Date User Action Args
2011-11-03 02:27:23brian.curtinsetrecipients: + brian.curtin, pitrou
2011-11-03 02:27:23brian.curtinsetmessageid: <1320287243.37.0.412295850142.issue13327@psf.upfronthosting.co.za>
2011-11-03 02:27:22brian.curtinlinkissue13327 messages
2011-11-03 02:27:22brian.curtincreate