Python 3.11.13

This commit is contained in:
Pablo Galindo 2025-06-03 19:37:18 +01:00
parent 4633f3f497
commit 498b971ea3
No known key found for this signature in database
GPG key ID: FFE87404168BD847
13 changed files with 80 additions and 25 deletions

View file

@ -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)

View file

@ -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.