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
7b3a028c
Kaydet (Commit)
7b3a028c
authored
May 06, 2019
tarafından
Toshio Kuratomi
Kaydeden (comit)
Lisa Roach
May 06, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix rst formatting for several links in ssl documentation (GH-13133)
üst
d53cf99d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ssl.rst
Doc/library/ssl.rst
+3
-3
No files found.
Doc/library/ssl.rst
Dosyayı görüntüle @
7b3a028c
...
@@ -665,7 +665,7 @@ Constants
...
@@ -665,7 +665,7 @@ Constants
.. data:: PROTOCOL_SSLv23
.. data:: PROTOCOL_SSLv23
Alias for data:`PROTOCOL_TLS`.
Alias for
:
data:`PROTOCOL_TLS`.
.. deprecated:: 3.6
.. deprecated:: 3.6
...
@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients.
...
@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients.
.. attribute:: SSLContext.sslsocket_class
.. attribute:: SSLContext.sslsocket_class
The return type of :meth:`SSLContext.wrap_socket
s
`, defaults to
The return type of :meth:`SSLContext.wrap_socket`, defaults to
:class:`SSLSocket`. The attribute can be overridden on instance of class
:class:`SSLSocket`. The attribute can be overridden on instance of class
in order to return a custom subclass of :class:`SSLSocket`.
in order to return a custom subclass of :class:`SSLSocket`.
...
@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients.
...
@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients.
server_hostname=None, session=None)
server_hostname=None, session=None)
Wrap the BIO objects *incoming* and *outgoing* and return an instance of
Wrap the BIO objects *incoming* and *outgoing* and return an instance of
attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
:
attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
routines will read input data from the incoming BIO and write data to the
routines will read input data from the incoming BIO and write data to the
outgoing BIO.
outgoing BIO.
...
...
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