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 eric.smith
Recipients Piter, eric.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-10.14:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646921733.13.0.376647774863.issue46974@roundup.psfhosted.org>
In-reply-to
Content
This is expected behavior. A set has no defined order. If you convert a set to a list, and you want some specific order, you'll need to sort it yourself.
History
Date User Action Args
2022-03-10 14:15:33eric.smithsetrecipients: + eric.smith, paul.moore, tim.golden, zach.ware, steve.dower, Piter
2022-03-10 14:15:33eric.smithsetmessageid: <1646921733.13.0.376647774863.issue46974@roundup.psfhosted.org>
2022-03-10 14:15:33eric.smithlinkissue46974 messages
2022-03-10 14:15:33eric.smithcreate