mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-81325: Support path-like objects with streaming TarFile (GH-137188)
(cherry picked from commit 3ec3d05345)
Co-authored-by: Alexander Urieles <aeurielesn@users.noreply.github.com>
Co-authored-by: Emma Smith <emma@emmatyping.dev>
2 lines
172 B
ReStructuredText
2 lines
172 B
ReStructuredText
:class:`tarfile.TarFile` now accepts a :term:`path-like <path-like object>` when working on a tar archive.
|
|
(Contributed by Alexander Enrique Urieles Nieto in :gh:`81325`.)
|