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 mark.dickinson
Recipients mark.dickinson, mikesiegel
Date 2021-02-09.16:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612886819.7.0.714464063813.issue43180@roundup.psfhosted.org>
In-reply-to
Content
This is by design. It's not really to do with lists, but to do with  placing two string literals next to each other.

See: https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation

See also https://www.python.org/dev/peps/pep-3126/ .

I'll close here.
History
Date User Action Args
2021-02-09 16:06:59mark.dickinsonsetrecipients: + mark.dickinson, mikesiegel
2021-02-09 16:06:59mark.dickinsonsetmessageid: <1612886819.7.0.714464063813.issue43180@roundup.psfhosted.org>
2021-02-09 16:06:59mark.dickinsonlinkissue43180 messages
2021-02-09 16:06:59mark.dickinsoncreate