Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
01f7ac3b
Commit
01f7ac3b
authored
Dec 28, 2015
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of fix for issue #25930
parent
e4d65e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/library/os.rst
Doc/library/os.rst
+5
-5
No files found.
Doc/library/os.rst
View file @
01f7ac3b
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment