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
b0bc7f2d
Kaydet (Commit)
b0bc7f2d
authored
May 06, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated connect_ex() documentation based on comments in the newgroup
(M.-A. Lemburg and GvR).
üst
a871c2e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libsocket.tex
Doc/lib/libsocket.tex
+3
-1
No files found.
Doc/lib/libsocket.tex
Dosyayı görüntüle @
b0bc7f2d
...
@@ -233,7 +233,9 @@ above.)
...
@@ -233,7 +233,9 @@ above.)
\begin{methoddesc}
[socket]
{
connect
_
ex
}{
address
}
\begin{methoddesc}
[socket]
{
connect
_
ex
}{
address
}
Like
\code
{
connect(
\var
{
address
}
)
}
, but return an error indicator
Like
\code
{
connect(
\var
{
address
}
)
}
, but return an error indicator
instead of raising an exception. The error indicator is 0 if the
instead of raising an exception for errors returned by the C-level
\cfunction
{
connect()
}
call (other problems, such as ``host not found,''
can still raise exceptions). The error indicator is
\code
{
0
}
if the
operation succeeded, otherwise the value of the
\cdata
{
errno
}
operation succeeded, otherwise the value of the
\cdata
{
errno
}
variable. This is useful, e.g., for asynchronous connects.
variable. This is useful, e.g., for asynchronous connects.
\end{methoddesc}
\end{methoddesc}
...
...
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