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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, kesmit, lregebro, terry.reedy
Date 2012-07-23.19:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343073330.22.0.894864383881.issue12932@psf.upfronthosting.co.za>
In-reply-to
Content
Allowing dircmp() to accept a file comparison function is another option to consider that may address more needs going forward.  shallow=False could be achieved by passing lambda a, b: filecmp.cmp(a, b, shallow=False).
History
Date User Action Args
2012-07-23 19:55:30chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, eric.araujo, lregebro, kesmit
2012-07-23 19:55:30chris.jerdoneksetmessageid: <1343073330.22.0.894864383881.issue12932@psf.upfronthosting.co.za>
2012-07-23 19:55:29chris.jerdoneklinkissue12932 messages
2012-07-23 19:55:29chris.jerdonekcreate