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
ae0f2925
Kaydet (Commit)
ae0f2925
authored
Haz 10, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo reported by Robert Kern <kernr@ncifcrf.gov>.
üst
e2571f2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
librfc822.tex
Doc/lib/librfc822.tex
+5
-5
No files found.
Doc/lib/librfc822.tex
Dosyayı görüntüle @
ae0f2925
...
...
@@ -48,7 +48,7 @@ e.g.\ \code{\var{m}['From']}, \code{\var{m}['from']} and
\end{classdesc}
\begin{classdesc}
{
AddressList
}{
field
}
You may instantiate the
AddresssList
helper class using a single
You may instantiate the
\class
{
AddressList
}
helper class using a single
string parameter, a comma-separated list of
\rfc
{
822
}
addresses to be
parsed. (The parameter
\code
{
None
}
yields an empty list.)
\end{classdesc}
...
...
@@ -235,13 +235,13 @@ Addresses are rendered in "name" <host@domain> form, comma-separated.
\end{methoddesc}
\begin{methoddesc}
{__
add
__}{
name
}
Return an
AddressList instance that contains all addresses in both
AddressList
operands, with duplicates removed (set union).
Return an
\class
{
AddressList
}
instance that contains all addresses in
both
\class
{
AddressList
}
operands, with duplicates removed (set union).
\end{methoddesc}
\begin{methoddesc}
{__
sub
__}{
name
}
Return an
AddressList
instance that contains every address in the
left-hand
AddressList
operand that is not present in the right-hand
Return an
\class
{
AddressList
}
instance that contains every address in the
left-hand
\class
{
AddressList
}
operand that is not present in the right-hand
address operand (set difference).
\end{methoddesc}
...
...
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