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
c79b06c3
Kaydet (Commit)
c79b06c3
authored
Haz 04, 2016
tarafından
Kushal Das
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #19234: Merge from 3.5
üst
7a3827f6
89beb270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
socket.rst
Doc/library/socket.rst
+2
-3
No files found.
Doc/library/socket.rst
Dosyayı görüntüle @
c79b06c3
...
@@ -931,14 +931,13 @@ to sockets.
...
@@ -931,14 +931,13 @@ to sockets.
.. method:: socket.fileno()
.. method:: socket.fileno()
Return the socket's file descriptor (a small integer)
. This is useful with
Return the socket's file descriptor (a small integer)
, or -1 on failure. This
:func:`select.select`.
is useful with
:func:`select.select`.
Under Windows the small integer returned by this method cannot be used where a
Under Windows the small integer returned by this method cannot be used where a
file descriptor can be used (such as :func:`os.fdopen`). Unix does not have
file descriptor can be used (such as :func:`os.fdopen`). Unix does not have
this limitation.
this limitation.
.. method:: socket.get_inheritable()
.. method:: socket.get_inheritable()
Get the :ref:`inheritable flag <fd_inheritance>` of the socket's file
Get the :ref:`inheritable flag <fd_inheritance>` of the socket's file
...
...
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