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 lars.gustaebel
Recipients lars.gustaebel, r.david.murray, samthursfield
Date 2015-06-18.13:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434632651.23.0.0297172731202.issue24465@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-06-18 13:04:11lars.gustaebelsetrecipients: + lars.gustaebel, r.david.murray, samthursfield
2015-06-18 13:04:11lars.gustaebelsetmessageid: <1434632651.23.0.0297172731202.issue24465@psf.upfronthosting.co.za>
2015-06-18 13:04:11lars.gustaebellinkissue24465 messages
2015-06-18 13:04:11lars.gustaebelcreate