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
Date 2017-06-18.02:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497751410.94.0.779622739852.issue30693@psf.upfronthosting.co.za>
In-reply-to
Content
Filesystems do not give any guarantees about ordering of files returned in directory listings, thus tarfile.add adds files in random order, when using os.listdir in recursion.

See also https://reproducible-builds.org/docs/stable-inputs/ on that topic.
History
Date User Action Args
2017-06-18 02:03:30bmwiedemannsetrecipients: + bmwiedemann
2017-06-18 02:03:30bmwiedemannsetmessageid: <1497751410.94.0.779622739852.issue30693@psf.upfronthosting.co.za>
2017-06-18 02:03:30bmwiedemannlinkissue30693 messages
2017-06-18 02:03:30bmwiedemanncreate