mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Backport of fix for issue #25930
This commit is contained in:
parent
e4d65e3aab
commit
01f7ac3bb0
1 changed files with 5 additions and 5 deletions
|
@ -1789,7 +1789,7 @@ features:
|
|||
be raised; on Unix, the directory entry is removed but the storage allocated
|
||||
to the file is not made available until the original file is no longer in use.
|
||||
|
||||
This function is identical to :func:`unlink`.
|
||||
This function is semantically identical to :func:`unlink`.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
The *dir_fd* argument.
|
||||
|
@ -2452,10 +2452,10 @@ features:
|
|||
|
||||
.. function:: unlink(path, *, dir_fd=None)
|
||||
|
||||
Remove (delete) the file *path*. This function is identical to
|
||||
:func:`remove`; the ``unlink`` name is its traditional Unix
|
||||
name. Please see the documentation for :func:`remove` for
|
||||
further information.
|
||||
Remove (delete) the file *path*. This function is semantically
|
||||
identical to :func:`remove`; the ``unlink`` name is its
|
||||
traditional Unix name. Please see the documentation for
|
||||
:func:`remove` for further information.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
The *dir_fd* parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue