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
9d5e4aa4
Kaydet (Commit)
9d5e4aa4
authored
Haz 01, 2002
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump to version 2.0.5, and also use absolute import paths.
üst
2f514a80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
__init__.py
Lib/email/__init__.py
+3
-3
No files found.
Lib/email/__init__.py
Dosyayı görüntüle @
9d5e4aa4
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages.
"""A package for parsing, handling, and generating email messages.
"""
"""
__version__
=
'2.0.
4
'
__version__
=
'2.0.
5
'
__all__
=
[
'Charset'
,
__all__
=
[
'Charset'
,
'Encoders'
,
'Encoders'
,
...
@@ -29,8 +29,8 @@ __all__ = ['Charset',
...
@@ -29,8 +29,8 @@ __all__ = ['Charset',
# Some convenience routines
# Some convenience routines
from
Parser
import
Parser
as
_Parser
from
email.
Parser
import
Parser
as
_Parser
from
Message
import
Message
as
_Message
from
email.
Message
import
Message
as
_Message
def
message_from_string
(
s
,
_class
=
_Message
):
def
message_from_string
(
s
,
_class
=
_Message
):
return
_Parser
(
_class
)
.
parsestr
(
s
)
return
_Parser
(
_class
)
.
parsestr
(
s
)
...
...
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