diff options
author | pan324 <103143968+pan324@users.noreply.github.com> | 2024-03-04 13:26:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 13:26:32 (GMT) |
commit | 0dfa7ce346ac003475aa45d25c76b13081b81217 (patch) | |
tree | ef41aba86421ea3f309cda71dbf471dd32ab3707 /Doc | |
parent | cfbdce72083fca791947cbb18114115c90738d99 (diff) | |
download | cpython-0dfa7ce346ac003475aa45d25c76b13081b81217.zip cpython-0dfa7ce346ac003475aa45d25c76b13081b81217.tar.gz cpython-0dfa7ce346ac003475aa45d25c76b13081b81217.tar.bz2 |
gh-115256: Remove refcycles from tarfile writing (GH-115257)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index d08c63e..96c8aee 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -791,6 +791,9 @@ Deprecated coroutine. (Contributed by Irit Katriel in :gh:`81137`.) +* The undocumented and unused ``tarfile`` attribute of :class:`tarfile.TarFile` + is deprecated and scheduled for removal in Python 3.16. + Pending Removal in Python 3.14 ------------------------------ |