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
e1bc8982
Kaydet (Commit)
e1bc8982
authored
Ock 02, 2011
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some nits.
üst
b205d58d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
socket.rst
Doc/library/socket.rst
+9
-6
ssl.rst
Doc/library/ssl.rst
+3
-3
No files found.
Doc/library/socket.rst
Dosyayı görüntüle @
e1bc8982
...
@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
...
@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
is implicit on send operations.
is implicit on send operations.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
Module :mod:`ssl`
A TLS/SSL wrapper for socket objects.
Socket families
Socket families
---------------
---------------
...
@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
...
@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
same as ``type(socket(...))``.
same as ``type(socket(...))``.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
.. _socket-objects:
.. _socket-objects:
Socket Objects
Socket Objects
...
...
Doc/library/ssl.rst
Dosyayı görüntüle @
e1bc8982
:mod:`ssl` --- SSL wrapper for socket objects
:mod:`ssl` ---
TLS/
SSL wrapper for socket objects
=============================================
=============================================
====
.. module:: ssl
.. module:: ssl
:synopsis: SSL wrapper for socket objects
:synopsis:
TLS/
SSL wrapper for socket objects
.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
.. sectionauthor:: Bill Janssen <bill.janssen@gmail.com>
.. sectionauthor:: Bill Janssen <bill.janssen@gmail.com>
...
...
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