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 bmwiedemann
Recipients bmwiedemann, serhiy.storchaka
Date 2017-06-04.09:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496566958.55.0.987951790817.issue30461@psf.upfronthosting.co.za>
In-reply-to
Content
From my performance measurements, the overhead was negligible (not even counting the processing done on files returned by glob).

And also glob in C, bash, perl all do sort by default and these are generally pretty fast languages, yet they still chose consistency over performance.

I updated my PR to also update the documentation accordingly.
History
Date User Action Args
2017-06-04 09:02:38bmwiedemannsetrecipients: + bmwiedemann, serhiy.storchaka
2017-06-04 09:02:38bmwiedemannsetmessageid: <1496566958.55.0.987951790817.issue30461@psf.upfronthosting.co.za>
2017-06-04 09:02:38bmwiedemannlinkissue30461 messages
2017-06-04 09:02:38bmwiedemanncreate