[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-14 Thread Berker Peksag
Berker Peksag added the comment: Thanks to both of you for the report and the patch. -- resolution: - fixed stage: - resolved status: open - closed versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 35a780a9a3b4 by Berker Peksag in branch '3.4': Issue #23568: Add rdivmod support to MagicMock() objects. https://hg.python.org/cpython/rev/35a780a9a3b4 New changeset 90f08e7fbdc3 by Berker Peksag in branch 'default': Issue #23568: Add rdivmod

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-07 Thread Håkan Lövdahl
Håkan Lövdahl added the comment: I wrote a small patch and a test for it. Tested it on Python 3.5 and it worked. -- keywords: +patch nosy: +Håkan Lövdahl Added file: http://bugs.python.org/file38373/issue23568.patch ___ Python tracker

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-03 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +michael.foord, rbcollins ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23568 ___ ___ Python-bugs-list

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-03 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23568 ___ ___

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-03 Thread Zygmunt Krynicki
Changes by Zygmunt Krynicki zygmunt.kryni...@canonical.com: -- title: unittest.mock.MagicMock doesn't support __rdivmod__t - unittest.mock.MagicMock doesn't support __rdivmod__ ___ Python tracker rep...@bugs.python.org

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-03 Thread Zygmunt Krynicki
Changes by Zygmunt Krynicki zygmunt.kryni...@canonical.com: -- type: - behavior versions: +Python 3.3 -Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23568 ___