Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-3.16.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ Pending removal in Python 3.16

* :mod:`tarfile`:

* The undocumented and unused :attr:`!TarFile.tarfile` attribute
* The undocumented and unused :attr:`!TarInfo.tarfile` attribute
has been deprecated since Python 3.13.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ New Deprecations

* :mod:`tarfile`:

* Deprecate the undocumented and unused :attr:`!TarFile.tarfile` attribute,
* Deprecate the undocumented and unused :attr:`!TarInfo.tarfile` attribute,
to be removed in Python 3.16.
(Contributed in :gh:`115256`.)

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove deprecated and unused :attr:`!tarfile.Tarfile.tarfile` attribute.
Remove deprecated and unused :attr:`!tarfile.TarInfo.tarfile` attribute.
Loading