This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014-03-18 14:13 by Johannes.Baiter, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
mock_truediv.diff | Johannes.Baiter, 2014-03-18 14:27 | Make unittest.mock.MagicMock mock __truediv__ and __rtruediv__ | review | |
mock_truediv_numerics.diff | Johannes.Baiter, 2014-03-18 14:37 | Add 'truediv' to global 'numerics' instead of 'magic_methods' | review | |
mock_truediv_with_tests.diff | Johannes.Baiter, 2014-03-19 13:02 | Add tests | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:00 | admin | set | github: 65167 |
2014-04-14 15:44:42 | michael.foord | set | status: open -> closed messages: + msg216101 assignee: michael.foord resolution: fixed stage: resolved |
2014-04-14 15:27:04 | python-dev | set | nosy:
+ python-dev messages: + msg216094 |
2014-04-02 05:31:55 | rhettinger | set | nosy:
+ rhettinger messages: + msg215357 |
2014-03-31 11:26:20 | Johannes.Baiter | set | messages: + msg215228 |
2014-03-19 13:02:57 | Johannes.Baiter | set | files: + mock_truediv_with_tests.diff |
2014-03-19 12:07:03 | michael.foord | set | messages: + msg214084 |
2014-03-19 11:59:13 | Johannes.Baiter | set | messages: + msg214083 |
2014-03-19 11:06:16 | michael.foord | set | messages: + msg214077 |
2014-03-19 00:09:56 | ned.deily | set | nosy:
+ michael.foord |
2014-03-18 14:37:23 | Johannes.Baiter | set | files:
+ mock_truediv_numerics.diff messages: + msg213973 |
2014-03-18 14:27:01 | Johannes.Baiter | set | files:
+ mock_truediv.diff keywords: + patch messages: + msg213968 |
2014-03-18 14:13:34 | Johannes.Baiter | create |