This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bruceblosser
Recipients bruceblosser
Date 2020-02-15.23:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581809051.98.0.243817777705.issue39641@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-02-15 23:24:12bruceblossersetrecipients: + bruceblosser
2020-02-15 23:24:11bruceblossersetmessageid: <1581809051.98.0.243817777705.issue39641@roundup.psfhosted.org>
2020-02-15 23:24:11bruceblosserlinkissue39641 messages
2020-02-15 23:24:11bruceblossercreate