Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e0154c2e
Commit
e0154c2e
authored
Oct 19, 2007
by
Mark Summerfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a cross-ref to each other.
parent
4df653d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Doc/library/difflib.rst
Doc/library/difflib.rst
+4
-0
Doc/library/filecmp.rst
Doc/library/filecmp.rst
+2
-1
No files found.
Doc/library/difflib.rst
View file @
e0154c2e
...
...
@@ -12,6 +12,10 @@
.. 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
...
...
Doc/library/filecmp.rst
View file @
e0154c2e
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment