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
4613876e
Kaydet (Commit)
4613876e
authored
Eyl 25, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add deprecation notices to the documentation to reflect recent additions to
PEP 4.
üst
6f30a8ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
1 deletion
+19
-1
libmimetools.tex
Doc/lib/libmimetools.tex
+4
-0
libmimewriter.tex
Doc/lib/libmimewriter.tex
+5
-0
libmimify.tex
Doc/lib/libmimify.tex
+5
-1
librfc822.tex
Doc/lib/librfc822.tex
+5
-0
No files found.
Doc/lib/libmimetools.tex
Dosyayı görüntüle @
4613876e
...
...
@@ -4,6 +4,10 @@
\declaremodule
{
standard
}{
mimetools
}
\modulesynopsis
{
Tools for parsing MIME-style message bodies.
}
\deprecated
{
2.3
}{
The
\refmodule
{
email
}
package should be used in
preference to the
\module
{
mimetools
}
module. This
module is present only to maintain backward
compatibility.
}
This module defines a subclass of the
\refmodule
{
rfc822
}
\refstmodindex
{
rfc822
}
module's
...
...
Doc/lib/libmimewriter.tex
Dosyayı görüntüle @
4613876e
...
...
@@ -6,6 +6,11 @@
\modulesynopsis
{
Generic MIME file writer.
}
\sectionauthor
{
Christopher G. Petrilli
}{
petrilli@amber.org
}
\deprecated
{
2.3
}{
The
\refmodule
{
email
}
package should be used in
preference to the
\module
{
MimeWriter
}
module. This
module is present only to maintain backward
compatibility.
}
This module defines the class
\class
{
MimeWriter
}
. The
\class
{
MimeWriter
}
class implements a basic formatter for creating
MIME multi-part files. It doesn't seek around the output file nor
...
...
Doc/lib/libmimify.tex
Dosyayı görüntüle @
4613876e
...
...
@@ -4,8 +4,12 @@
\declaremodule
{
standard
}{
mimify
}
\modulesynopsis
{
Mimification and unmimification of mail messages.
}
\deprecated
{
2.3
}{
The
\refmodule
{
email
}
package should be used in
preference to the
\module
{
mimify
}
module. This
module is present only to maintain backward
compatibility.
}
The
mimify
module defines two functions to convert mail messages to
The
\module
{
mimify
}
module defines two functions to convert mail messages to
and from MIME format. The mail message can be either a simple message
or a so-called multipart message. Each part is treated separately.
Mimifying (a part of) a message entails encoding the message as
...
...
Doc/lib/librfc822.tex
Dosyayı görüntüle @
4613876e
...
...
@@ -4,6 +4,11 @@
\declaremodule
{
standard
}{
rfc822
}
\modulesynopsis
{
Parse
\rfc
{
2822
}
style mail messages.
}
\deprecated
{
2.3
}{
The
\refmodule
{
email
}
package should be used in
preference to the
\module
{
rfc822
}
module. This
module is present only to maintain backward
compatibility.
}
This module defines a class,
\class
{
Message
}
, which represents an
``email message'' as defined by the Internet standard
\rfc
{
2822
}
.
\footnote
{
This module originally conformed to
\rfc
{
822
}
,
...
...
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