summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2025-06-03 18:37:18 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2025-06-03 18:38:25 (GMT)
commit498b971ea3673012a1d4b21860b229d55fc6e575 (patch)
treeaf9456e30147f921ef478eae6a349d178a123690 /Doc/library/tarfile.rst
parent4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e (diff)
downloadcpython-3.11.13.zip
cpython-3.11.13.tar.gz
cpython-3.11.13.tar.bz2
Python 3.11.13v3.11.13
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r--Doc/library/tarfile.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index f3907cc..f1410a0 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -246,7 +246,7 @@ The :mod:`tarfile` module defines the following exceptions:
The exception that was raised to reject the replacement member is available
as :attr:`!BaseException.__context__`.
- .. versionadded:: next
+ .. versionadded:: 3.11.13
The following constants are available at the module level:
@@ -1080,7 +1080,7 @@ reused in custom filters:
Return the modified ``TarInfo`` member.
- .. versionchanged:: next
+ .. versionchanged:: 3.11.13
Link targets are now normalized.