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 mgorny
Recipients mgorny, remi.lapeyre
Date 2018-11-21.14:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542810287.15.0.788709270274.issue35227@psf.upfronthosting.co.za>
In-reply-to
Content
> Adding this API would require to provide a way to set file status like mode, uid, gid, mtime, type, linkname, uname and gname.

That's why I mentioned addfile() -- it takes TarInfo object for that purpose.  I suppose the new function should have the same parameters, except it would set size in the TarInfo instance instead of getting it.
History
Date User Action Args
2018-11-21 14:24:47mgornysetrecipients: + mgorny, remi.lapeyre
2018-11-21 14:24:47mgornysetmessageid: <1542810287.15.0.788709270274.issue35227@psf.upfronthosting.co.za>
2018-11-21 14:24:47mgornylinkissue35227 messages
2018-11-21 14:24:47mgornycreate