[issue20507] TypeError from str.join has no message

2014-02-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There are similar issues in Objects/dictobject.c:1893, Modules/_elementtree.c:1045 and Modules/_elementtree.c:1662. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue20507] TypeError from str.join has no message

2014-02-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b9947b68ab61 by Benjamin Peterson in branch '3.3': give non-iterable TypeError a message (closes #20507) http://hg.python.org/cpython/rev/b9947b68ab61 New changeset f8e1fdf79823 by Benjamin Peterson in branch '2.7': give non-iterable TypeError a mes

[issue20507] TypeError from str.join has no message

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20507] TypeError from str.join has no message

2014-02-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20507] TypeError from str.join has no message

2014-02-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +pitrou stage: -> patch review versions: -Python 3.1, Python 3.2 ___ Python tracker ___ ___ P

[issue20507] TypeError from str.join has no message

2014-02-04 Thread Srinivas Reddy T
Srinivas Reddy T added the comment: The exact behavior is present in 2.7 version too. So tagging 2.7 to 3.4 -- nosy: +thatiparthy versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker __

[issue20507] TypeError from str.join has no message

2014-02-04 Thread Gareth Rees
New submission from Gareth Rees: If you pass an object of the wrong type to str.join, Python raises a TypeError with no error message: Python 3.4.0b3 (default, Jan 27 2014, 02:26:41) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin Type "help", "copyright", "credits"