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
b382337e
Kaydet (Commit)
b382337e
authored
Tem 10, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup.
üst
61c061a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
os.path.rst
Doc/library/os.path.rst
+2
-1
os.rst
Doc/library/os.rst
+6
-3
No files found.
Doc/library/os.path.rst
Dosyayı görüntüle @
b382337e
...
@@ -241,7 +241,8 @@ applications should use string objects to access all files.
...
@@ -241,7 +241,8 @@ applications should use string objects to access all files.
Availability: Windows, Unix.
Availability: Windows, Unix.
.. versionchanged:: 3.2 Added Windows support
.. versionchanged:: 3.2
Added Windows support.
.. function:: sameopenfile(fp1, fp2)
.. function:: sameopenfile(fp1, fp2)
...
...
Doc/library/os.rst
Dosyayı görüntüle @
b382337e
...
@@ -1066,7 +1066,8 @@ Files and Directories
...
@@ -1066,7 +1066,8 @@ Files and Directories
Like :func:`stat`, but do not follow symbolic links. This is an alias for
Like :func:`stat`, but do not follow symbolic links. This is an alias for
:func:`stat` on platforms that do not support symbolic links.
:func:`stat` on platforms that do not support symbolic links.
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: mkfifo(path[, mode])
.. function:: mkfifo(path[, mode])
...
@@ -1184,7 +1185,8 @@ Files and Directories
...
@@ -1184,7 +1185,8 @@ Files and Directories
Availability: Unix, Windows
Availability: Unix, Windows
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: remove(path)
.. function:: remove(path)
...
@@ -1365,7 +1367,8 @@ Files and Directories
...
@@ -1365,7 +1367,8 @@ Files and Directories
Availability: Unix, Windows
Availability: Unix, Windows
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: unlink(path)
.. function:: unlink(path)
...
...
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