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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, djc, eric.araujo
Date 2010-07-20.19:00:21
SpamBayes Score 0.020697659
Marked as misclassified No
Message-id <1279652422.63.0.625588228431.issue9314@psf.upfronthosting.co.za>
In-reply-to
Content
> In other words, if iadd can deal with it, why can't add?

Should ['a', 'b', 'c'] + 'def' return ['a, 'b', 'c', 'd' , 'e', 'f'] or 'abcdef'?

"In the face of ambiguity, refuse the temptation to guess."
History
Date User Action Args
2010-07-20 19:00:22belopolskysetrecipients: + belopolsky, amaury.forgeotdarc, djc, eric.araujo
2010-07-20 19:00:22belopolskysetmessageid: <1279652422.63.0.625588228431.issue9314@psf.upfronthosting.co.za>
2010-07-20 19:00:21belopolskylinkissue9314 messages
2010-07-20 19:00:21belopolskycreate