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
2f1b3962
Kaydet (Commit)
2f1b3962
authored
May 22, 2011
tarafından
Eli Bendersky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue 12126: removing incorrect claim about return value of select
merge 3.1 -> 3.2
üst
f9ca76f5
46ab96a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sockets.rst
Doc/howto/sockets.rst
+1
-2
No files found.
Doc/howto/sockets.rst
Dosyayı görüntüle @
2f1b3962
...
@@ -356,8 +356,7 @@ reason to do otherwise.
...
@@ -356,8 +356,7 @@ reason to do otherwise.
In return, you will get three lists. They contain the sockets that are actually
In return, you will get three lists. They contain the sockets that are actually
readable, writable and in error. Each of these lists is a subset (possibly
readable, writable and in error. Each of these lists is a subset (possibly
empty) of the corresponding list you passed in. If you put a socket in more
empty) of the corresponding list you passed in.
than one input list, it will only be (at most) in one output list.
If a socket is in the output readable list, you can be
If a socket is in the output readable list, you can be
as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that
as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that
...
...
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