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 SilentGhost
Recipients SilentGhost, ammar2, bruceblosser, steven.daprano
Date 2020-02-16.08:56:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581843407.53.0.777071030369.issue39641@roundup.psfhosted.org>
In-reply-to
Content
Bruce, error message says exactly why it doesn't work: you're trying to add a tuple to a list, and that doesn't work. There isn't a "third" string created anywhere, you're confused about the types of the objects. Also, please, do not re-open closed issues.
History
Date User Action Args
2020-02-16 08:56:47SilentGhostsetrecipients: + SilentGhost, steven.daprano, ammar2, bruceblosser
2020-02-16 08:56:47SilentGhostsetmessageid: <1581843407.53.0.777071030369.issue39641@roundup.psfhosted.org>
2020-02-16 08:56:47SilentGhostlinkissue39641 messages
2020-02-16 08:56:47SilentGhostcreate