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
f3c123d8
Kaydet (Commit)
f3c123d8
authored
Mar 30, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup fix.
üst
bc7d71a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libmailbox.tex
Doc/lib/libmailbox.tex
+3
-3
No files found.
Doc/lib/libmailbox.tex
Dosyayı görüntüle @
f3c123d8
...
...
@@ -1285,13 +1285,13 @@ For maximum portability, messages in a \UNIX-style mailbox are
separated by any line that begins exactly with the string
\code
{
'From
'
}
(note the trailing space) if preceded by exactly two newlines.
Because of the wide-range of variations in practice, nothing else on
the
From
_
line should be considered. However, the current
the
\samp
{
From
_}
line should be considered. However, the current
implementation doesn't check for the leading two newlines. This is
usually fine for most applications.
The
\class
{
UnixMailbox
}
class implements a more strict version of
From
_
line checking, using a regular expression that usually correctly
matched
From
_
delimiters. It considers delimiter line to be separated
\samp
{
From
_}
line checking, using a regular expression that usually correctly
matched
\samp
{
From
_}
delimiters. It considers delimiter line to be separated
by
\samp
{
From
\var
{
name
}
\var
{
time
}}
lines. For maximum portability,
use the
\class
{
PortableUnixMailbox
}
class instead. This class is
identical to
\class
{
UnixMailbox
}
except that individual messages are
...
...
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