Message 230273 - Python tracker

Message230273

Author ethan.furman
Recipients Joshua.Chin, ethan.furman, r.david.murray, rhettinger
Date 2014-10-30.16:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414684826.78.0.0433343298585.issue22766@psf.upfronthosting.co.za>
In-reply-to
Content
As I noted in my review, the docstring specifically says "other Counter".

If we want to relax that we could check for an 'items' attribute and 'return NotImplemented' if it isn't there, but one or the other should definitely happen.
History
Date User Action Args
2014-10-30 16:00:26ethan.furmansetrecipients: + ethan.furman, rhettinger, r.david.murray, Joshua.Chin
2014-10-30 16:00:26ethan.furmansetmessageid: <1414684826.78.0.0433343298585.issue22766@psf.upfronthosting.co.za>
2014-10-30 16:00:26ethan.furmanlinkissue22766 messages
2014-10-30 16:00:26ethan.furmancreate