[issue24465] Make tarfile have deterministic sorting

R. David Murray report at bugs.python.org
Thu Jun 18 14:35:05 CEST 2015


R. David Murray added the comment:

This would go beyond what the tar command itself does.  I'm not sure we want to do that, as we are pretty much modeling our behavior on tar.  However, that doesn't automatically mean we can't do it.   We'll see what other people think.  Personally I'm -0.

I've changed the issue title since your proposed patch is to tarfile, not shutil.

----------
nosy: +r.david.murray
title: Make tar files created by shutil.make_archive() have deterministic sorting -> Make tarfile have deterministic sorting
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list