Christian Heimes <li...@cheimes.de> added the comment:

+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.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to