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.

Author Johannes.Baiter
Recipients Johannes.Baiter
Date 2014-03-18.14:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I just noticed that I put the magic method names in the wrong place in the patch.
Attached is a fix that adds 'truediv' to the global 'numberics' variable, this way '__rtruediv__' and '__itruediv__' will be correctly mocked as well.
History
Date User Action Args
2014-03-18 14:37:23Johannes.Baitersetrecipients: + Johannes.Baiter
2014-03-18 14:37:23Johannes.Baitersetmessageid: <[email protected]>
2014-03-18 14:37:23Johannes.Baiterlinkissue20968 messages
2014-03-18 14:37:23Johannes.Baitercreate