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
e7877df5
Kaydet (Commit)
e7877df5
authored
Eki 01, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Docs for SF patch #462628
üst
ff68693d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
libnntplib.tex
Doc/lib/libnntplib.tex
+8
-2
No files found.
Doc/lib/libnntplib.tex
Dosyayı görüntüle @
e7877df5
...
@@ -197,9 +197,15 @@ and \var{list} is a list of the article's headers (an uninterpreted
...
@@ -197,9 +197,15 @@ and \var{list} is a list of the article's headers (an uninterpreted
list of lines, without trailing newlines).
list of lines, without trailing newlines).
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
{
body
}{
id
}
\begin{methoddesc}
{
body
}{
id
,
\optional
{
fileHandle
}
}
Send a
\samp
{
BODY
}
command, where
\var
{
id
}
has the same meaning as for
Send a
\samp
{
BODY
}
command, where
\var
{
id
}
has the same meaning as for
\method
{
stat()
}
. Return as for
\method
{
head()
}
.
\method
{
stat()
}
. If the
\var
{
fileHandle
}
parameter is supplied, then
the body is stored in a file. If
\var
{
fileHandle
}
is a string, then
the method will open a file object with that name, write to it then close it.
If
\var
{
fileHandle
}
is a file object, then it will start calling
\method
{
write()
}
on it to store the lines of the body.
Return as for
\method
{
head()
}
. If
\var
{
fileHandle
}
is supplied. Then
the returned
\var
{
list
}
is an empty list.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
{
article
}{
id
}
\begin{methoddesc}
{
article
}{
id
}
...
...
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