diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:41:33 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:41:47 (GMT) |
| commit | 55fee9cf216abe4ec0d1139f94b1930fbd0c7644 (patch) | |
| tree | 326de34099d67da148ef7fdd888c02e66030dc4c /Doc | |
| parent | 28463dba112af719df1e8b0391c46787ad756dd9 (diff) | |
| download | cpython-3.12.11.zip cpython-3.12.11.tar.gz cpython-3.12.11.tar.bz2 | |
Python 3.12.11v3.12.11
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/os.path.rst | 4 | ||||
| -rw-r--r-- | Doc/library/tarfile.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index f5e684f..4208c72 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -415,7 +415,7 @@ the :mod:`glob` module.) .. versionchanged:: 3.10 The *strict* parameter was added. - .. versionchanged:: next + .. versionchanged:: 3.12.11 The :py:data:`~os.path.ALLOW_MISSING` value for the *strict* parameter was added. @@ -423,7 +423,7 @@ the :mod:`glob` module.) Special value used for the *strict* argument in :func:`realpath`. - .. versionadded:: next + .. versionadded:: 3.12.11 .. function:: relpath(path, start=os.curdir) diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index a2403b7..84ec6f2 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -256,7 +256,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.12.11 The following constants are available at the module level: @@ -1082,7 +1082,7 @@ reused in custom filters: Return the modified ``TarInfo`` member. - .. versionchanged:: next + .. versionchanged:: 3.12.11 Link targets are now normalized. |
