[issue39641] concatenation of Tuples

bruce blosser report at bugs.python.org
Sat Feb 15 18:24:12 EST 2020


New submission from bruce blosser <bruce2 at mcn.org>:

The concatenation of two tuples into a third tuple, using the + command, causes an error if every member of each of the two tuples is NOT a string!  This does not appear to be documented ANYWHERE, and really causes a whole lot of head scratching and more than enough foul language!  :)

So how does one "add" two tuples together, to create a third tuple, if the members are not all strings?

----------
messages: 362036
nosy: bruceblosser
priority: normal
severity: normal
status: open
title: concatenation of Tuples
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39641>
_______________________________________


More information about the Python-bugs-list mailing list