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 chester
Recipients chester
Date 2008-05-25.06:13:49
SpamBayes Score 0.11982394
Marked as misclassified No
Message-id <1211696031.38.0.586867986633.issue2961@psf.upfronthosting.co.za>
In-reply-to
Content
For the case  a + 1  I recommend:
TypeError: can't concatenate 'str' and 'int' objects

And for the case  1 + a  I recommend:
TypeError: can't concatenate 'int' and 'str' objects


Consistency matters!
History
Date User Action Args
2008-05-25 06:13:51chestersetspambayes_score: 0.119824 -> 0.11982394
recipients: + chester
2008-05-25 06:13:51chestersetspambayes_score: 0.119824 -> 0.119824
messageid: <1211696031.38.0.586867986633.issue2961@psf.upfronthosting.co.za>
2008-05-25 06:13:50chesterlinkissue2961 messages
2008-05-25 06:13:49chestercreate