[issue35227] [RFE] tarfile: support adding file objects without prior known size

Rémi Lapeyre report at bugs.python.org
Wed Nov 21 08:26:44 EST 2018


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

Adding this API would require to provide a way to set file status like mode, uid, gid, mtime, type, linkname, uname and gname.

Adding a new argument to gettarinfo looks weird to me, adding a new method may be better. I will try to propose a working implementation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35227>
_______________________________________


More information about the Python-bugs-list mailing list