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 ronaldoussoren
Recipients eryksun, ezio.melotti, maxbachmann, ronaldoussoren, serhiy.storchaka, steven.daprano
Date 2021-09-12.08:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631435925.31.0.761669283801.issue45105@roundup.psfhosted.org>
In-reply-to
Content
@Steven: the difference between indexing and the repr of list() is also explained by Eryk's explanation.

s = ... # (value from msg401078)
for x in repr(list(s)):
   print(x)

The output shows characters in the expected order.
History
Date User Action Args
2021-09-12 08:38:45ronaldoussorensetrecipients: + ronaldoussoren, ezio.melotti, steven.daprano, serhiy.storchaka, eryksun, maxbachmann
2021-09-12 08:38:45ronaldoussorensetmessageid: <1631435925.31.0.761669283801.issue45105@roundup.psfhosted.org>
2021-09-12 08:38:45ronaldoussorenlinkissue45105 messages
2021-09-12 08:38:45ronaldoussorencreate