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 cbc
Recipients Ankur.Ankan, cbc, chris.jerdonek, eli.bendersky
Date 2013-04-09.22:49:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365547751.44.0.334628956307.issue15518@psf.upfronthosting.co.za>
In-reply-to
Content
I replaced issue-15518-1.patch. I believe it now addresses all the concerns expressed thus far. If reviewed favorably, I will extend it to clean-up the pre-existing tests to address the concerns noted about them, especially since the filecmpdata directory added by this patch contains the information necessary to test the rest of the filecmp module rather than resorting to creating temp directories and files. It seems less than ideal to me to have the test script use a mixed model for accessing test data (both temp and filecmpdata directories). But that's not my call.
History
Date User Action Args
2013-04-09 22:49:11cbcsetrecipients: + cbc, eli.bendersky, chris.jerdonek, Ankur.Ankan
2013-04-09 22:49:11cbcsetmessageid: <1365547751.44.0.334628956307.issue15518@psf.upfronthosting.co.za>
2013-04-09 22:49:11cbclinkissue15518 messages
2013-04-09 22:49:11cbccreate