summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 14:47:56 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 14:47:56 (GMT)
commita6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18 (patch)
treea7ddf306290266c1ff243210dc3a92037eae4a73
parentc08383633a45d0aee77d3dc68c957be29b224e57 (diff)
downloadcpython-a6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18.zip
cpython-a6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18.tar.gz
cpython-a6ea7a3c8f3ba3174b60dd23349183b4d9ae3f18.tar.bz2
whatsnew: filecmp.DEFAULT_IGNORES (#15442)
-rw-r--r--Doc/whatsnew/3.4.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index c1ca6cc..2f1c904 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
---------