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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21355>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to