Jim Fasarakis-Hilliard added the comment:

As I currently see this: 

 - The error message for str can be changed to the one used for other sequences 
'can only concatenate str (not "type") to str'

 - The error message for arrays can be changed to use concatenate instead of 
append, too.

For bytes I see a conundrum, on one hand it can be changed to mention the 
buffer protocol which might confuse new users more than it helps them or, it 
can try and mention the objects that currently conform to it which might be 
exhaustive and long.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to