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 Andrew.Kubera
Recipients Andrew.Kubera, Steven.Barker, chris.jerdonek, fdrake, georg.brandl, goatsofmendez, pvrijlandt, rhettinger, sandro.tosi
Date 2014-07-27.04:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406434389.8.0.69581591678.issue1234674@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a couple extra tests which run filecmp on two files with different content but the same length and relevant stat() info. This appears to successfully check if the shallow options works correctly. 

It uses time.sleep(1) to ensure the files start out with different creation times, checks that filecmp returns false, then sets the creation time with os.utime to ensure filecmp is true.

These tests currently run successfully on 3.5, so if there was an issue, it has been resolved.
History
Date User Action Args
2014-07-27 04:13:09Andrew.Kuberasetrecipients: + Andrew.Kubera, fdrake, georg.brandl, rhettinger, pvrijlandt, goatsofmendez, sandro.tosi, chris.jerdonek, Steven.Barker
2014-07-27 04:13:09Andrew.Kuberasetmessageid: <1406434389.8.0.69581591678.issue1234674@psf.upfronthosting.co.za>
2014-07-27 04:13:09Andrew.Kuberalinkissue1234674 messages
2014-07-27 04:13:09Andrew.Kuberacreate