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 christian.heimes
Recipients bmwiedemann, christian.heimes, lars.gustaebel, r.david.murray, rhettinger, serhiy.storchaka
Date 2018-01-17.14:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516198040.8.0.467229070634.issue30693@psf.upfronthosting.co.za>
In-reply-to
Content
+1 from me

In my opinion it's both a good idea to not sort the result of glob.glob() and make the order of tar and zip module content ordered. The glob module is low level and it makes sense to expose the file system sort order.

On the other hand tar and zip modules are on a higher level. Without sorting it's impossible to create reproducible archives. The performance impact is irrelevant. I/O and compression dominant performance.
History
Date User Action Args
2018-01-17 14:07:20christian.heimessetrecipients: + christian.heimes, rhettinger, lars.gustaebel, r.david.murray, serhiy.storchaka, bmwiedemann
2018-01-17 14:07:20christian.heimessetmessageid: <1516198040.8.0.467229070634.issue30693@psf.upfronthosting.co.za>
2018-01-17 14:07:20christian.heimeslinkissue30693 messages
2018-01-17 14:07:20christian.heimescreate