mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Python 3.11.13
This commit is contained in:
parent
4633f3f497
commit
498b971ea3
13 changed files with 80 additions and 25 deletions
|
@ -390,7 +390,7 @@ the :mod:`glob` module.)
|
|||
.. versionchanged:: 3.10
|
||||
The *strict* parameter was added.
|
||||
|
||||
.. versionchanged:: next
|
||||
.. versionchanged:: 3.11.13
|
||||
The :py:data:`~os.path.ALLOW_MISSING` value for the *strict* parameter
|
||||
was added.
|
||||
|
||||
|
@ -398,7 +398,7 @@ the :mod:`glob` module.)
|
|||
|
||||
Special value used for the *strict* argument in :func:`realpath`.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.11.13
|
||||
|
||||
.. function:: relpath(path, start=os.curdir)
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue