diff options
author | Robert O'Shea <PurityLake@users.noreply.github.com> | 2023-05-23 20:44:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 20:44:40 (GMT) |
commit | 50fce89d123b25e53fa8a0303a169e8887154a0e (patch) | |
tree | faad5026839dab7357dec012a5621450b2311a87 /Misc/NEWS.d/next | |
parent | 097b7830cd67f039ff36ba4fa285d82d26e25e84 (diff) | |
download | cpython-50fce89d123b25e53fa8a0303a169e8887154a0e.zip cpython-50fce89d123b25e53fa8a0303a169e8887154a0e.tar.gz cpython-50fce89d123b25e53fa8a0303a169e8887154a0e.tar.bz2 |
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-03-08-19-30-53.gh-issue-102120.xkQ5Wr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-03-08-19-30-53.gh-issue-102120.xkQ5Wr.rst b/Misc/NEWS.d/next/Library/2023-03-08-19-30-53.gh-issue-102120.xkQ5Wr.rst new file mode 100644 index 0000000..ca50242 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-03-08-19-30-53.gh-issue-102120.xkQ5Wr.rst @@ -0,0 +1,2 @@ +Added a stream mode to ``tarfile`` that allows for reading
+archives without caching info about the inner files. |