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 rhettinger
Recipients docs@python, eric.smith, mirwi, rhettinger
Date 2020-02-21.17:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582304416.23.0.438118759181.issue39705@roundup.psfhosted.org>
In-reply-to
Content
I prefer to keep the example as-is.  It is an idiomatic way to loop over sets.  The introductory text can be modified to explain that sets eliminate duplicates, that sets are ordered, and that sorted() puts them back in a deterministic order.
History
Date User Action Args
2020-02-21 17:00:16rhettingersetrecipients: + rhettinger, eric.smith, docs@python, mirwi
2020-02-21 17:00:16rhettingersetmessageid: <1582304416.23.0.438118759181.issue39705@roundup.psfhosted.org>
2020-02-21 17:00:16rhettingerlinkissue39705 messages
2020-02-21 17:00:16rhettingercreate