[issue1738] filecmp.dircmp does exact match only

Alexander Belopolsky report at bugs.python.org
Fri Apr 11 20:38:29 CEST 2008


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

As you are working on this, please consider changing
self.hide+self.ignore in phase0 to chain(self.hide, self.ignore) where
chain should be imported from itertools. There is no need to create the
combined list (twice!) and not accepting arbitrary iterables for hide
and ignore seems to be against the zen of python.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1738>
__________________________________


More information about the Python-bugs-list mailing list