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
0954ac1b
Kaydet (Commit)
0954ac1b
authored
Eyl 11, 2016
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23105: Updated documentation on open() flag constants.
üst
8f7d36ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
os.rst
Doc/library/os.rst
+7
-7
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
0954ac1b
...
@@ -883,7 +883,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
...
@@ -883,7 +883,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_EXCL
O_EXCL
O_TRUNC
O_TRUNC
The
s
e constants are available on Unix and Windows.
The
abov
e constants are available on Unix and Windows.
.. data:: O_DSYNC
.. data:: O_DSYNC
...
@@ -892,10 +892,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
...
@@ -892,10 +892,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_NDELAY
O_NDELAY
O_NONBLOCK
O_NONBLOCK
O_NOCTTY
O_NOCTTY
O_SHLOCK
O_EXLOCK
The
s
e constants are only available on Unix.
The
abov
e constants are only available on Unix.
.. data:: O_BINARY
.. data:: O_BINARY
...
@@ -906,7 +904,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
...
@@ -906,7 +904,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_SEQUENTIAL
O_SEQUENTIAL
O_TEXT
O_TEXT
The
s
e constants are only available on Windows.
The
abov
e constants are only available on Windows.
.. data:: O_ASYNC
.. data:: O_ASYNC
...
@@ -914,9 +912,11 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
...
@@ -914,9 +912,11 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_DIRECTORY
O_DIRECTORY
O_NOFOLLOW
O_NOFOLLOW
O_NOATIME
O_NOATIME
O_SHLOCK
O_EXLOCK
The
se constants are GNU extensions and not present if they are not defined by
The
above constants are extensions and not present if they are not
the C library.
defined by
the C library.
.. _os-file-dir:
.. _os-file-dir:
...
...
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