Module s.l.diffutils

Part of stoqlib.lib

No module docstring
Function _diff Undocumented
Function diff_files Diff two files.
Function diff_strings Diff two strings.
def _diff(orig, new, short, verbose):
Undocumented
def diff_files(orig, new, verbose=False):
Diff two files.
ReturnsTrue i the files differ otherwise False (type: bool )
def diff_strings(orig, new, verbose=False):
Diff two strings.
ReturnsTrue i the files differ otherwise False (type: bool )
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.