[Python-checkins] cpython: whatsnew: filecmp.DEFAULT_IGNORES (#15442)

r.david.murray python-checkins at python.org
Mon Mar 10 23:11:31 CET 2014


http://hg.python.org/cpython/rev/2b1d5caf63ca
changeset:   89564:2b1d5caf63ca
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 10 10:47:56 2014 -0400
summary:
  whatsnew: filecmp.DEFAULT_IGNORES (#15442)

files:
  Doc/whatsnew/3.4.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -776,6 +776,11 @@
 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
 ---------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list