]> granicus.if.org Git - python/commitdiff
whatsnew: filecmp.DEFAULT_IGNORES (#15442)
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 14:47:56 +0000 (10:47 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 14:47:56 +0000 (10:47 -0400)
Doc/whatsnew/3.4.rst

index c1ca6cc01b6344073ac6bbae3d83cbbcb22fe493..2f1c9049d318306bf876ce52236c2506d12236cb 100644 (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
 ---------