[issue24465] Make tarfile have deterministic sorting

Lars Gustäbel report at bugs.python.org
Thu Jun 18 15:04:11 CEST 2015


Lars Gustäbel added the comment:

You don't need to patch the tarfile module. You could use os.walk() in shutil._make_tarball() and add each file with TarFile.add(recursive=False).

----------
nosy: +lars.gustaebel

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24465>
_______________________________________


More information about the Python-bugs-list mailing list