[New-bugs-announce] [issue17504] Dropping duplicated docstring explanation of what Mocks' side_effect does.

Radu Voicilas report at bugs.python.org
Thu Mar 21 07:48:34 CET 2013


New submission from Radu Voicilas:

Seems like there's a duplicated explanation in unittest.mock.Mock's docstring of what side_effect does. The attached patch should take care of that, if I'm not interpreting it wrong and it's actually on purpose there.

----------
components: Library (Lib)
files: drop_side_effect_docstring_duplicate.diff
keywords: patch
messages: 184849
nosy: michael.foord, raduv
priority: normal
severity: normal
status: open
title: Dropping duplicated docstring explanation of what Mocks' side_effect does.
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file29526/drop_side_effect_docstring_duplicate.diff

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


More information about the New-bugs-announce mailing list