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 ethan.furman
Recipients ethan.furman, rhettinger
Date 2014-10-31.22:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414795414.01.0.24902324376.issue22778@psf.upfronthosting.co.za>
In-reply-to
Content
My understanding was that if a different patch will be needed, it is not the same issue.  Is that not correct?

Here's the test:

    def test_iadd(self):
        ...
        self.assertRaises(TypeError, u.__iadd__, None)

It would still pass, as returning NotImplemented will still result in a TypeError, just with a friendlier message.

If any code is depending on this, it is depending on the error message text, which is explicitly not guaranteed
History
Date User Action Args
2014-10-31 22:43:34ethan.furmansetrecipients: + ethan.furman, rhettinger
2014-10-31 22:43:34ethan.furmansetmessageid: <1414795414.01.0.24902324376.issue22778@psf.upfronthosting.co.za>
2014-10-31 22:43:33ethan.furmanlinkissue22778 messages
2014-10-31 22:43:33ethan.furmancreate