Message401656
@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. |
|
Date |
User |
Action |
Args |
2021-09-12 08:38:45 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ezio.melotti, steven.daprano, serhiy.storchaka, eryksun, maxbachmann |
2021-09-12 08:38:45 | ronaldoussoren | set | messageid: <1631435925.31.0.761669283801.issue45105@roundup.psfhosted.org> |
2021-09-12 08:38:45 | ronaldoussoren | link | issue45105 messages |
2021-09-12 08:38:45 | ronaldoussoren | create | |
|