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 brett.cannon
Recipients Björn.Lindqvist, brett.cannon, docs@python, serhiy.storchaka, xtreak
Date 2020-02-06.18:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581013471.42.0.820836008546.issue39569@roundup.psfhosted.org>
In-reply-to
Content
The problem is you would have to say the same thing for all functions that return a list or touch the file system. So it's typically better to just assume unsorted and you can't expect idempotent results when dealing with the OS.
History
Date User Action Args
2020-02-06 18:24:31brett.cannonsetrecipients: + brett.cannon, docs@python, serhiy.storchaka, Björn.Lindqvist, xtreak
2020-02-06 18:24:31brett.cannonsetmessageid: <1581013471.42.0.820836008546.issue39569@roundup.psfhosted.org>
2020-02-06 18:24:31brett.cannonlinkissue39569 messages
2020-02-06 18:24:31brett.cannoncreate