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 eric.smith
Recipients devkapilbansal, eric.smith
Date 2021-09-26.12:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632659648.5.0.581139478055.issue45293@roundup.psfhosted.org>
In-reply-to
Content
For those not in front of a computer, the error is:

>>> l = l + 'de'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can only concatenate list (not "str") to list
History
Date User Action Args
2021-09-26 12:34:08eric.smithsetrecipients: + eric.smith, devkapilbansal
2021-09-26 12:34:08eric.smithsetmessageid: <1632659648.5.0.581139478055.issue45293@roundup.psfhosted.org>
2021-09-26 12:34:08eric.smithlinkissue45293 messages
2021-09-26 12:34:08eric.smithcreate