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
2ee8099b
Commit
2ee8099b
authored
Sep 12, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace.
parent
d60e92a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
29 deletions
+32
-29
Doc/lib/libdifflib.tex
Doc/lib/libdifflib.tex
+32
-29
No files found.
Doc/lib/libdifflib.tex
View file @
2ee8099b
...
...
@@ -77,9 +77,10 @@
wrapped.
\var
{
linejunk
}
and
\var
{
charjunk
}
are optional keyword arguments passed
into
\code
{
ndiff()
}
(used
to by
\class
{
HtmlDiff
}
to generate the
into
\code
{
ndiff()
}
(used
by
\class
{
HtmlDiff
}
to generate the
side by side HTML differences). See
\code
{
ndiff()
}
documentation for
argument default values and descriptions.
\end{funcdesc}
The following methods are public:
...
...
@@ -121,8 +122,10 @@
documentation.
\end{funcdesc}
\file
{
Tools/scripts/
n
diff.py
}
is a command-line front-end to this class
\file
{
Tools/scripts/diff.py
}
is a command-line front-end to this class
and contains a good example of its use.
\versionadded
{
2.4
}
\end{classdesc*}
\begin{funcdesc}
{
context
_
diff
}{
a, b
\optional
{
, fromfile
\optional
{
, tofile
...
...
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