[issue21355] shallow defaults to true, not 1 [filecmp.cmp]

2014-04-26 Thread Diana Clarke

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



[issue21355] Shallow defaults to True, not 1 [filecmp.cmp]

2014-04-26 Thread diana

Changes by diana diana.joan.cla...@gmail.com:


--
title: shallow defaults to true, not 1 [filecmp.cmp] - Shallow defaults to 
True, not 1 [filecmp.cmp]

___
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



[issue21355] Shallow defaults to True, not 1 [filecmp.cmp]

2014-04-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b7fd640fb159 by Benjamin Peterson in branch '3.4':
shallow defaults to 'True' not '1' (closes #21355)
http://hg.python.org/cpython/rev/b7fd640fb159

New changeset 9ab6d13553ef by Benjamin Peterson in branch 'default':
merge 3.4 (#21355)
http://hg.python.org/cpython/rev/9ab6d13553ef

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
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