whatsnew: filecmp.DEFAULT_IGNORES (#15442)

This commit is contained in:
R David Murray 2014-03-10 10:47:56 -04:00
parent c08383633a
commit a6ea7a3c8f
1 changed files with 5 additions and 0 deletions

View File

@ -776,6 +776,11 @@ for example, if the file might have been changed and re-checked in less time
than the resolution of a particular filesystem's file modification time field.
(Contributed by Mark Levitt in :issue:`18149`.)
New module attribute :data:`~filecmp.DEFAULT_IGNORES` provides the list of
directories that are used as the default value for the *ignore* parameter of
the :func:`~filecmp.dircmp` function. (Contributed by Eli Bendersky in
:issue:`15442`.)
functools
---------