mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Python 3.12.11
This commit is contained in:
parent
28463dba11
commit
55fee9cf21
13 changed files with 81 additions and 25 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue