From d4992dccfb52ef4c0f4f9417b3e18fd7bd56476b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 26 Apr 2014 13:36:21 -0400 Subject: shallow defaults to 'True' not '1' (closes #21355) Patch by Diana Clarke. --- Lib/filecmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/filecmp.py b/Lib/filecmp.py index dd5a2af..e5ad839 100644 --- a/Lib/filecmp.py +++ b/Lib/filecmp.py @@ -36,7 +36,7 @@ def cmp(f1, f2, shallow=True): f2 -- Second file name shallow -- Just check stat signature (do not read the files). - defaults to 1. + defaults to True. Return value: -- cgit v0.12