]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
authorRobert O'Shea <PurityLake@users.noreply.github.com>
Tue, 23 May 2023 20:44:40 +0000 (21:44 +0100)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 20:44:40 +0000 (13:44 -0700)
commit50fce89d123b25e53fa8a0303a169e8887154a0e
treefaad5026839dab7357dec012a5621450b2311a87
parent097b7830cd67f039ff36ba4fa285d82d26e25e84
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2023-03-08-19-30-53.gh-issue-102120.xkQ5Wr.rst [new file with mode: 0644]