mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
shallow defaults to 'True' not '1' (closes #21355)
Patch by Diana Clarke.
This commit is contained in:
parent
e472aeafc3
commit
d4992dccfb
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user