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

Reply via email to