[issue1738] Add match parameter to filecmp.dircmp to ignore using patterns

2014-04-13 Thread Nikolaus Rath
Nikolaus Rath added the comment: Updated patch to acknowledge original authors in Misc/ACKS. -- Added file: http://bugs.python.org/file34801/issue1738_r3.diff ___ Python tracker _

[issue1738] Add match parameter to filecmp.dircmp to ignore using patterns

2014-03-17 Thread Nikolaus Rath
Nikolaus Rath added the comment: Attached is an updated patch that addresses the comments from Rietveld. Thanks for the feedback! -- Added file: http://bugs.python.org/file34478/issue1738_r2.diff ___ Python tracker

[issue1738] Add match parameter to filecmp.dircmp to ignore using patterns

2014-03-16 Thread Nikolaus Rath
Changes by Nikolaus Rath : -- title: Add match parameter to filecmp.dircmp to ignore name patterns -> Add match parameter to filecmp.dircmp to ignore using patterns ___ Python tracker __