[New-bugs-announce] [issue21355] shallow defaults to true, not 1 [filecmp.cmp]

Diana Clarke report at bugs.python.org
Sat Apr 26 14:46:33 CEST 2014


New submission from Diana Clarke:

A minor correction to the filecmp.cmp doc string.

    'defaults to 1' -> 'defaults to True'

While shallow used to default to 1 years ago, it now defaults to True.

    def cmp(f1, f2, shallow=True):

PS. I know this diff is annoyingly trivial, but I'm using it to learn the process.

Thanks,

--diana

----------
components: Library (Lib)
files: shallow_defaults_to_true_not_1.patch
keywords: patch
messages: 217192
nosy: diana
priority: normal
severity: normal
status: open
title: shallow defaults to true, not 1 [filecmp.cmp]
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file35044/shallow_defaults_to_true_not_1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21355>
_______________________________________


More information about the New-bugs-announce mailing list