Message8804

Author zyasoft
Recipients santa4nt, zyasoft
Date 2014-06-23.17:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403545809.77.0.99528671238.issue2173@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's just an oversight in CPython 2.7. Clearly code like (10).__add__(10L) is not likely to be written by the average user, and while a lot of tests in core Python are good about not just looking at "average user" tests, they do occasionally miss things like this.
History
Date User Action Args
2014-06-23 17:50:09zyasoftsetmessageid: <1403545809.77.0.99528671238.issue2173@psf.upfronthosting.co.za>
2014-06-23 17:50:09zyasoftsetrecipients: + zyasoft, santa4nt
2014-06-23 17:50:09zyasoftlinkissue2173 messages
2014-06-23 17:50:09zyasoftcreate