[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://h

[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

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

2013-03-20 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) file