Georg Brandl <[EMAIL PROTECTED]> added the comment: 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. ---------- nosy: +georg.brandl resolution: -> rejected status: open -> closed __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2961> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com