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
1cf2a809
Kaydet (Commit)
1cf2a809
authored
Mar 01, 2017
tarafından
Alex Gaynor
Kaydeden (comit)
Mariatta
Mar 01, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a handful of typos (GH-343)
üst
62658428
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
email.compat32-message.rst
Doc/library/email.compat32-message.rst
+2
-2
email.message.rst
Doc/library/email.message.rst
+1
-1
idle.rst
Doc/library/idle.rst
+1
-1
ssl.rst
Doc/library/ssl.rst
+3
-3
No files found.
Doc/library/email.compat32-message.rst
Dosyayı görüntüle @
1cf2a809
...
@@ -37,7 +37,7 @@ generating a serialized version of the mssage, and for recursively walking over
...
@@ -37,7 +37,7 @@ generating a serialized version of the mssage, and for recursively walking over
the object tree. Note that duplicate headers are supported but special methods
the object tree. Note that duplicate headers are supported but special methods
must be used to access them.
must be used to access them.
The :class:`Message` ps
ue
do-dictionary is indexed by the header names, which
The :class:`Message` ps
eu
do-dictionary is indexed by the header names, which
must be ASCII values. The values of the dictionary are strings that are
must be ASCII values. The values of the dictionary are strings that are
supposed to contain only ASCII characters; there is some special handling for
supposed to contain only ASCII characters; there is some special handling for
non-ASCII input, but it doesn't always produce the correct results. Headers
non-ASCII input, but it doesn't always produce the correct results. Headers
...
@@ -181,7 +181,7 @@ Here are the methods of the :class:`Message` class:
...
@@ -181,7 +181,7 @@ Here are the methods of the :class:`Message` class:
This is a legacy method. On the
This is a legacy method. On the
:class:`~email.emailmessage.EmailMessage` class its functionality is
:class:`~email.emailmessage.EmailMessage` class its functionality is
replaced by :meth:`~email.message.EmailMessage.set_content` and the
replaced by :meth:`~email.message.EmailMessage.set_content` and the
re
al
ted ``make`` and ``add`` methods.
re
la
ted ``make`` and ``add`` methods.
.. method:: get_payload(i=None, decode=False)
.. method:: get_payload(i=None, decode=False)
...
...
Doc/library/email.message.rst
Dosyayı görüntüle @
1cf2a809
...
@@ -364,7 +364,7 @@ message objects.
...
@@ -364,7 +364,7 @@ message objects.
*header* specifies an alternative header to :mailheader:`Content-Type`.
*header* specifies an alternative header to :mailheader:`Content-Type`.
If the value contains non-ASCII characters, the charset and language may
If the value contains non-ASCII characters, the charset and language may
be explicity specified using the optional *charset* and *language*
be explicit
l
y specified using the optional *charset* and *language*
parameters. Optional *language* specifies the :rfc:`2231` language,
parameters. Optional *language* specifies the :rfc:`2231` language,
defaulting to the empty string. Both *charset* and *language* should be
defaulting to the empty string. Both *charset* and *language* should be
strings. The default is to use the ``utf8`` *charset* and ``None`` for
strings. The default is to use the ``utf8`` *charset* and ``None`` for
...
...
Doc/library/idle.rst
Dosyayı görüntüle @
1cf2a809
...
@@ -446,7 +446,7 @@ longer or disable the extension.
...
@@ -446,7 +446,7 @@ longer or disable the extension.
Calltips
Calltips
^^^^^^^^
^^^^^^^^
A calltip is shown when one types :kbd:`(` after the name of an *acc
c
essible*
A calltip is shown when one types :kbd:`(` after the name of an *accessible*
function. A name expression may include dots and subscripts. A calltip
function. A name expression may include dots and subscripts. A calltip
remains until it is clicked, the cursor is moved out of the argument area,
remains until it is clicked, the cursor is moved out of the argument area,
or :kbd:`)` is typed. When the cursor is in the argument part of a definition,
or :kbd:`)` is typed. When the cursor is in the argument part of a definition,
...
...
Doc/library/ssl.rst
Dosyayı görüntüle @
1cf2a809
...
@@ -616,7 +616,7 @@ Constants
...
@@ -616,7 +616,7 @@ Constants
.. data:: PROTOCOL_TLS_CLIENT
.. data:: PROTOCOL_TLS_CLIENT
Auto-negotiate the
the
highest protocol version like :data:`PROTOCOL_SSLv23`,
Auto-negotiate the highest protocol version like :data:`PROTOCOL_SSLv23`,
but only support client-side :class:`SSLSocket` connections. The protocol
but only support client-side :class:`SSLSocket` connections. The protocol
enables :data:`CERT_REQUIRED` and :attr:`~SSLContext.check_hostname` by
enables :data:`CERT_REQUIRED` and :attr:`~SSLContext.check_hostname` by
default.
default.
...
@@ -625,7 +625,7 @@ Constants
...
@@ -625,7 +625,7 @@ Constants
.. data:: PROTOCOL_TLS_SERVER
.. data:: PROTOCOL_TLS_SERVER
Auto-negotiate the
the
highest protocol version like :data:`PROTOCOL_SSLv23`,
Auto-negotiate the highest protocol version like :data:`PROTOCOL_SSLv23`,
but only support server-side :class:`SSLSocket` connections.
but only support server-side :class:`SSLSocket` connections.
.. versionadded:: 3.6
.. versionadded:: 3.6
...
@@ -948,7 +948,7 @@ SSL Sockets
...
@@ -948,7 +948,7 @@ SSL Sockets
:ref:`notes on non-blocking sockets <ssl-nonblocking>`.
:ref:`notes on non-blocking sockets <ssl-nonblocking>`.
Usually, :class:`SSLSocket` are not created directly, but using the
Usually, :class:`SSLSocket` are not created directly, but using the
the
:meth:`SSLContext.wrap_socket` method.
:meth:`SSLContext.wrap_socket` method.
.. versionchanged:: 3.5
.. versionchanged:: 3.5
The :meth:`sendfile` method was added.
The :meth:`sendfile` method was added.
...
...
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