| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| difflib.myers |
The
diff.myers package
implements Gene Myers'
differencing algorithm. |
| Class and Description |
|---|
| Equalizer
Specifies when two compared elements in the Myers algorithm are equal.
|
| Class and Description |
|---|
| DifferentiationFailedException
Thrown whenever the differencing engine cannot produce the differences
between two revisions of ta text.
|
| DiffException
Base class for all exceptions emanating from this package.
|
| Equalizer
Specifies when two compared elements in the Myers algorithm are equal.
|
| PathNode
A node in a diffpath.
|
Copyright © 2015. All rights reserved.