]> granicus.if.org Git - python/commitdiff
Added a cross-ref to each other.
authorMark Summerfield <list@qtrac.plus.com>
Fri, 19 Oct 2007 12:48:17 +0000 (12:48 +0000)
committerMark Summerfield <list@qtrac.plus.com>
Fri, 19 Oct 2007 12:48:17 +0000 (12:48 +0000)
Doc/library/difflib.rst
Doc/library/filecmp.rst

index 95b83e63d5bd9ae400b7e12ae373d45af6f99f6a..60367a40d510dd57f99d54e0dd0c19a940511a88 100644 (file)
 
 .. versionadded:: 2.1
 
+This module provides classes and functions for comparing sequences. It
+can be used for example, for comparing files, and can produce difference
+information in various formats, including HTML and context and unified
+diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
 
 .. class:: SequenceMatcher
 
index 600421412d25f422a929e37515a78d45c4c0a6f8..141889e29fc0436796a12d7486325fa92e2d137e 100644 (file)
@@ -8,7 +8,8 @@
 
 
 The :mod:`filecmp` module defines functions to compare files and directories,
-with various optional time/correctness trade-offs.
+with various optional time/correctness trade-offs. For comparing files,
+see also the :mod:`difflib` module.
 
 The :mod:`filecmp` module defines the following functions: