[issue21369] Extended modes for tarfile.TarFile()

Lars Gustäbel report at bugs.python.org
Mon Apr 28 12:56:39 CEST 2014


Lars Gustäbel added the comment:

You can pass keyword arguments to tarfile.open(), which will be passed to the TarFile constructor. You can also use pass fileobj arguments to tarfile.open().

----------

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


More information about the Python-bugs-list mailing list