[issue17504] Dropping duplicated docstring explanation of what Mocks' side_effect does.

2013-03-24 Thread Ezio Melotti

Ezio Melotti added the comment:

Fixed, thanks for the report and the patch!

--
assignee:  - ezio.melotti
nosy: +ezio.melotti
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
versions: +Python 3.3

___
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



[issue17504] Dropping duplicated docstring explanation of what Mocks' side_effect does.

2013-03-24 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9445505389cf by Ezio Melotti in branch '3.3':
#17504: remove duplicated sentence.  Patch by Radu Voicilas.
http://hg.python.org/cpython/rev/9445505389cf

New changeset 2fc34f3dbc9d by Ezio Melotti in branch 'default':
#17504: merge with 3.3.
http://hg.python.org/cpython/rev/2fc34f3dbc9d

--
nosy: +python-dev

___
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



[issue17504] Dropping duplicated docstring explanation of what Mocks' side_effect does.

2013-03-21 Thread Radu Voicilas

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