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, michael.foord
Date 2014-03-19.11:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395230353.65.0.806556249299.issue20968@psf.upfronthosting.co.za>
In-reply-to
Content
From looking at 'test_numerics', only 'add' is currently tested.
Probably since the mechanism for all of the numeric magic methods is the same (i.e. create __<op>__, __i<op>__, __r<op>__).

Should I add a test for __truediv__ and its inplace and right variants nonetheless?
History
Date User Action Args
2014-03-19 11:59:13Johannes.Baitersetrecipients: + Johannes.Baiter, michael.foord
2014-03-19 11:59:13Johannes.Baitersetmessageid: <1395230353.65.0.806556249299.issue20968@psf.upfronthosting.co.za>
2014-03-19 11:59:13Johannes.Baiterlinkissue20968 messages
2014-03-19 11:59:13Johannes.Baitercreate