cmpfiles(): Added shallow and use_statcache parameters, with same meanings
authorFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 08:18:47 +0000 (08:18 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 08:18:47 +0000 (08:18 +0000)
commit2b0d98bc7ff1b998b155b71ca54d70e345ac6bbc
treebd10962aad64846bcad0b08c36f2d8063550bc56
parent046d27215fd0037f40cc90b85a66f76ff424347e
cmpfiles():  Added shallow and use_statcache parameters, with same meanings
             and defaults as for filecmp.cmp().  Updated docstring
             accordingly, and formatted it more like others in the standard
             library.
Lib/filecmp.py