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
d44be3fd
Kaydet (Commit)
d44be3fd
authored
Ock 03, 1997
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
very minor typo
üst
61bc874b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libsocket.tex
Doc/lib/libsocket.tex
+1
-1
libsocket.tex
Doc/libsocket.tex
+1
-1
No files found.
Doc/lib/libsocket.tex
Dosyayı görüntüle @
d44be3fd
...
...
@@ -17,7 +17,7 @@ The Python interface is a straightforward transliteration of the
\UNIX
{}
system call and library interface for sockets to Python's
object-oriented style: the
\code
{
socket()
}
function returns a
\dfn
{
socket object
}
whose methods implement the various socket system
calls. Parameter types are somewhat higer-level than in the C
calls. Parameter types are somewhat hig
h
er-level than in the C
interface: as with
\code
{
read()
}
and
\code
{
write()
}
operations on Python
files, buffer allocation on receive operations is automatic, and
buffer length is implicit on send operations.
...
...
Doc/libsocket.tex
Dosyayı görüntüle @
d44be3fd
...
...
@@ -17,7 +17,7 @@ The Python interface is a straightforward transliteration of the
\UNIX
{}
system call and library interface for sockets to Python's
object-oriented style: the
\code
{
socket()
}
function returns a
\dfn
{
socket object
}
whose methods implement the various socket system
calls. Parameter types are somewhat higer-level than in the C
calls. Parameter types are somewhat hig
h
er-level than in the C
interface: as with
\code
{
read()
}
and
\code
{
write()
}
operations on Python
files, buffer allocation on receive operations is automatic, and
buffer length is implicit on send operations.
...
...
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