summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorRobert O'Shea <PurityLake@users.noreply.github.com>2023-05-23 20:44:40 (GMT)
committerGitHub <noreply@github.com>2023-05-23 20:44:40 (GMT)
commit50fce89d123b25e53fa8a0303a169e8887154a0e (patch)
treefaad5026839dab7357dec012a5621450b2311a87 /Misc/NEWS.d/next
parent097b7830cd67f039ff36ba4fa285d82d26e25e84 (diff)
downloadcpython-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.rst2
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.