[issue28230] tarfile does not support pathlib

Serhiy Storchaka report at bugs.python.org
Mon Oct 10 17:06:20 EDT 2016


Serhiy Storchaka added the comment:

It seems to me that tarfile already supports path protocol for all external patches and no changes for tarfile are needed.

Proposed patch adds tests for (already implemented) support of pathlike protocol in tarfile.

----------
Added file: http://bugs.python.org/file45051/test_tarfile_pathlike.patch

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


More information about the Python-bugs-list mailing list