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
8df4ec70
Kaydet (Commit)
8df4ec70
authored
Mar 10, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: os.open O_PATH and O_TMPFILE.
üst
a69bb5cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
os.rst
Doc/library/os.rst
+3
-2
3.4.rst
Doc/whatsnew/3.4.rst
+5
-4
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
8df4ec70
...
...
@@ -940,8 +940,9 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
the C library.
.. versionchanged:: 3.4
Add :data:`O_TMPFILE` constant. It's only available on Linux Kernel 3.11
or newer.
Add :data:`O_PATH` on systems that support it.
Add :data:`O_TMPFILE`, only available on Linux Kernel 3.11
or newer.
.. function:: openpty()
...
...
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
8df4ec70
...
...
@@ -1129,10 +1129,11 @@ Windows). (Contributed by Brian Curtin in :issue:`11939`.)
:func:`os.path.ismount` now recognizes volumes mounted below a drive
root on Windows. (Contributed by Tim Golden in :issue:`9035`.)
:func:`os.open` supports a new flag, :data:`~os.O_TMPFILE` (unnamed temporary
file) on platforms that provide it (as of 3.4.0 release, that means Linux
systems with a kernel version of 3.11 or newer that have uapi headers).
(Contributed by Christian Heimes in :issue:`18673`.)
:func:`os.open` supports two new flags on platforms that provide them,
:data:`~os.O_TMPFILE` (unnamed temporary file, as of 3.4.0 release available
only on Linux systems with a kernel version of 3.11 or newer that have uapi
headers), and :data:`~os.O_PATH` (un-opened file descriptor). (Contributed by
Christian Heimes in :issue:`18673` and Benjamin Peterson, respectively.)
pdb
...
...
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