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
a83ade1d
Kaydet (Commit)
a83ade1d
authored
May 08, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#21300: fix typo
üst
5b74badc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
email.message.rst
Doc/library/email.message.rst
+1
-1
email.parser.rst
Doc/library/email.parser.rst
+3
-3
No files found.
Doc/library/email.message.rst
Dosyayı görüntüle @
a83ade1d
...
@@ -34,7 +34,7 @@ Here are the methods of the :class:`Message` class:
...
@@ -34,7 +34,7 @@ Here are the methods of the :class:`Message` class:
.. class:: Message(policy=compat32)
.. class:: Message(policy=compat32)
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
class) use the rules it specifies to u
dp
ate and serialize the representation
class) use the rules it specifies to u
pd
ate and serialize the representation
of the message. If *policy* is not set, use the :class:`compat32
of the message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
the Python 3.2 version of the email package. For more information see the
...
...
Doc/library/email.parser.rst
Dosyayı görüntüle @
a83ade1d
...
@@ -67,7 +67,7 @@ Here is the API for the :class:`FeedParser`:
...
@@ -67,7 +67,7 @@ Here is the API for the :class:`FeedParser`:
defaults to the :class:`email.message.Message` class.
defaults to the :class:`email.message.Message` class.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
class) use the rules it specifies to u
dp
ate the representation of the
class) use the rules it specifies to u
pd
ate the representation of the
message. If *policy* is not set, use the :class:`compat32
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
the Python 3.2 version of the email package. For more information see the
...
@@ -125,7 +125,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
...
@@ -125,7 +125,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
be called without arguments.
be called without arguments.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
class) use the rules it specifies to u
dp
ate the representation of the
class) use the rules it specifies to u
pd
ate the representation of the
message. If *policy* is not set, use the :class:`compat32
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
the Python 3.2 version of the email package. For more information see the
...
@@ -172,7 +172,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
...
@@ -172,7 +172,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
the :class:`Parser` constructor.
the :class:`Parser` constructor.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
class) use the rules it specifies to u
dp
ate the representation of the
class) use the rules it specifies to u
pd
ate the representation of the
message. If *policy* is not set, use the :class:`compat32
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
the Python 3.2 version of the email package. For more information see the
...
...
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