[issue29116] Make str and bytes error messages on concatenation conform with other sequences

Serhiy Storchaka report at bugs.python.org
Mon Mar 20 03:52:23 EDT 2017


Serhiy Storchaka added the comment:

I don't know why statuses was not updated automatically. Updated them manually.

Ivan in the comment on GitHub suggested to use "concatenate" instead of "concat" in "can't concat <type> to bytes". Maybe make it more similar to messages for list, tuple, deque, array? "can only concatenate objects supporting the buffer protocol (not "<type>") to bytes"?

----------

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


More information about the Python-bugs-list mailing list