[issue9314] inconsistent result when concatenating list with iterators

Alexander Belopolsky report at bugs.python.org
Tue Jul 20 21:00:22 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> 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."

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9314>
_______________________________________


More information about the Python-bugs-list mailing list