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 georg.brandl
Recipients chester, georg.brandl
Date 2008-05-25.08:03:23
SpamBayes Score 0.066125005
Marked as misclassified No
Message-id <1211702604.91.0.592476435249.issue2961@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a problem here. You may be mislead by the assumption that
the error messages are generated by the parser, which they aren't --
they are generated at runtime by the objects you try to add.

The two types report their failure to do the operation differently --
strings are usually concatenated, so the first one makes sense for
strings, but ints have no such notion.
History
Date User Action Args
2008-05-25 08:03:25georg.brandlsetspambayes_score: 0.066125 -> 0.066125005
recipients: + georg.brandl, chester
2008-05-25 08:03:25georg.brandlsetspambayes_score: 0.066125 -> 0.066125
messageid: <1211702604.91.0.592476435249.issue2961@psf.upfronthosting.co.za>
2008-05-25 08:03:24georg.brandllinkissue2961 messages
2008-05-25 08:03:23georg.brandlcreate