Message166246
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). |
|
| Date |
User |
Action |
Args |
| 2012-07-23 19:55:30 | chris.jerdonek | set | recipients:
+ chris.jerdonek, terry.reedy, eric.araujo, lregebro, kesmit |
| 2012-07-23 19:55:30 | chris.jerdonek | set | messageid: <1343073330.22.0.894864383881.issue12932@psf.upfronthosting.co.za> |
| 2012-07-23 19:55:29 | chris.jerdonek | link | issue12932 messages |
| 2012-07-23 19:55:29 | chris.jerdonek | create | |
|