Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
01f7ac3b
Kaydet (Commit)
01f7ac3b
authored
Ara 29, 2015
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport of fix for issue #25930
üst
e4d65e3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
os.rst
Doc/library/os.rst
+5
-5
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
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