From a6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 10 Mar 2014 10:47:56 -0400 Subject: [PATCH] whatsnew: filecmp.DEFAULT_IGNORES (#15442) --- Doc/whatsnew/3.4.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 --------- -- 2.40.0