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 daniel.frey
Recipients daniel.frey
Date 2021-12-20.13:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640006882.67.0.618077108937.issue46138@roundup.psfhosted.org>
In-reply-to
Content
Hi

I found a strange behavior with lists. When I want to save the list {3,1,8}, it saves the 8 at the first entry. Only when I add the integers 7 and 9, the 8 is placed correctly. (See the attached picture)

Can anyone help me understand what is going on here?

Thanks in advance!
History
Date User Action Args
2021-12-20 13:28:02daniel.freysetrecipients: + daniel.frey
2021-12-20 13:28:02daniel.freysetmessageid: <1640006882.67.0.618077108937.issue46138@roundup.psfhosted.org>
2021-12-20 13:28:02daniel.freylinkissue46138 messages
2021-12-20 13:28:02daniel.freycreate