From: R David Murray <rdmurray@bitdance.com> Date: Mon, 10 Mar 2014 14:47:56 +0000 (-0400) Subject: whatsnew: filecmp.DEFAULT_IGNORES (#15442) X-Git-Tag: v3.4.1rc1~233^2~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18;p=python whatsnew: filecmp.DEFAULT_IGNORES (#15442) --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index c1ca6cc01b..2f1c9049d3 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 ---------