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 r.david.murray
Recipients r.david.murray, rhettinger, rmalouf
Date 2015-11-02.17:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446486456.64.0.35109151779.issue25535@psf.upfronthosting.co.za>
In-reply-to
Content
This indeed looks like a bug to me, but I won't be surprised if Raymond says it was done on purpose.  On the other hand originally the binary operator mothods didn't correctly return NotImplemented for non-Counters, so perhaps it is just an oversight. 

I'm not sure what the backward compatibility consequences would be of changing it.
History
Date User Action Args
2015-11-02 17:47:36r.david.murraysetrecipients: + r.david.murray, rhettinger, rmalouf
2015-11-02 17:47:36r.david.murraysetmessageid: <1446486456.64.0.35109151779.issue25535@psf.upfronthosting.co.za>
2015-11-02 17:47:36r.david.murraylinkissue25535 messages
2015-11-02 17:47:36r.david.murraycreate