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
e1df15c4
Kaydet (Commit)
e1df15c4
authored
Nis 12, 2002
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
AddrlistClass -> AddressList
üst
8a8cdfd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Utils.py
Lib/email/Utils.py
+2
-2
No files found.
Lib/email/Utils.py
Dosyayı görüntüle @
e1df15c4
...
...
@@ -14,7 +14,7 @@ from cStringIO import StringIO
from
types
import
ListType
from
rfc822
import
unquote
,
quote
from
rfc822
import
Addr
listClass
as
_AddrlistClass
from
rfc822
import
Addr
essList
as
_AddressList
from
rfc822
import
mktime_tz
# We need wormarounds for bugs in these methods in older Pythons (see below)
...
...
@@ -96,7 +96,7 @@ def dump_address_pair(pair):
def
getaddresses
(
fieldvalues
):
"""Return a list of (REALNAME, EMAIL) for each fieldvalue."""
all
=
COMMASPACE
.
join
(
fieldvalues
)
a
=
_Addr
listClass
(
all
)
a
=
_Addr
essList
(
all
)
return
a
.
getaddrlist
()
...
...
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