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
c0fdd825
Kaydet (Commit)
c0fdd825
authored
Kas 13, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
üst
f358d2b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
fcntl.rst
Doc/library/fcntl.rst
+4
-0
No files found.
Doc/library/fcntl.rst
Dosyayı görüntüle @
c0fdd825
...
@@ -82,6 +82,8 @@ The module defines the following functions:
...
@@ -82,6 +82,8 @@ The module defines the following functions:
which is a change from versions 2.3 and 2.4. Supply the argument explicitly if
which is a change from versions 2.3 and 2.4. Supply the argument explicitly if
version portability is a priority.
version portability is a priority.
If the :c:func:`ioctl` fails, an :exc:`IOError` exception is raised.
An example::
An example::
>>> import array, fcntl, struct, termios, os
>>> import array, fcntl, struct, termios, os
...
@@ -103,6 +105,8 @@ The module defines the following functions:
...
@@ -103,6 +105,8 @@ The module defines the following functions:
:manpage:`flock(2)` for details. (On some systems, this function is emulated
:manpage:`flock(2)` for details. (On some systems, this function is emulated
using :c:func:`fcntl`.)
using :c:func:`fcntl`.)
If the :c:func:`flock` fails, an :exc:`IOError` exception is raised.
.. function:: lockf(fd, operation, [length, [start, [whence]]])
.. function:: lockf(fd, operation, [length, [start, [whence]]])
...
...
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