cpython: d2a49ee77b6f (original) (raw)

Mercurial > cpython

changeset 78249:d2a49ee77b6f

- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. [#15250]

Senthil Kumaran senthil@uthcode.com
date Sun, 22 Jul 2012 19:31:36 -0700
parents c43d73277756(current diff)f6ce142c2fce(diff)
children 2429e760b0bd
files Misc/NEWS
diffstat 2 files changed, 11 insertions(+), 3 deletions(-)[+] [-] Doc/library/filecmp.rst 11 Misc/NEWS 3

line wrap: on

line diff

--- a/Doc/library/filecmp.rst +++ b/Doc/library/filecmp.rst @@ -75,6 +75,9 @@ The :class:dircmp class 'tags']. *hide* is a list of names to hide, and defaults to [os.curdir, os.pardir]``.

@@ -94,7 +97,7 @@ The :class:dircmp class Print a comparison between a and b and common subdirectories (recursively).

@@ -146,12 +149,14 @@ The :class:dircmp class .. attribute:: same_files

.. attribute:: diff_files

.. attribute:: funny_files

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -196,6 +196,9 @@ Documentation