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 steven.daprano
Recipients austin.green, steven.daprano
Date 2020-10-31.22:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604183509.16.0.708258535176.issue42223@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug. The sequence repetition operator does not *copy* items, as explained here:

https://docs.python.org/3/library/stdtypes.html#common-sequence-operations
History
Date User Action Args
2020-10-31 22:31:49steven.dapranosetrecipients: + steven.daprano, austin.green
2020-10-31 22:31:49steven.dapranosetmessageid: <1604183509.16.0.708258535176.issue42223@roundup.psfhosted.org>
2020-10-31 22:31:49steven.dapranolinkissue42223 messages
2020-10-31 22:31:49steven.dapranocreate