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
cd90509d
Kaydet (Commit)
cd90509d
authored
Haz 30, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
As suggested by pson@pson.pp.se, correct the docs for head(), body(),
article().
üst
0f91183b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
libnntplib.tex
Doc/lib/libnntplib.tex
+6
-8
No files found.
Doc/lib/libnntplib.tex
Dosyayı görüntüle @
cd90509d
...
...
@@ -158,23 +158,21 @@ Send a \samp{LAST} command. Return as for \method{stat()}.
\begin{methoddesc}
{
head
}{
id
}
Send a
\samp
{
HEAD
}
command, where
\var
{
id
}
has the same meaning as for
\method
{
stat()
}
. Return a pair
\code
{
(
\var
{
response
}
,
\var
{
list
}
)
}
where
\var
{
list
}
is a list of the article's headers (an uninterpreted
\method
{
stat()
}
. Return a tuple
\code
{
(
\var
{
response
}
,
\var
{
number
}
,
\var
{
id
}
,
\var
{
list
}
)
}
where the first three are the same as for
\method
{
stat()
}
,
and
\var
{
list
}
is a list of the article's headers (an uninterpreted
list of lines, without trailing newlines).
\end{methoddesc}
\begin{methoddesc}
{
body
}{
id
}
Send a
\samp
{
BODY
}
command, where
\var
{
id
}
has the same meaning as for
\method
{
stat()
}
. Return a pair
\code
{
(
\var
{
response
}
,
\var
{
list
}
)
}
where
\var
{
list
}
is a list of the article's body text (an
uninterpreted list of lines, without trailing newlines).
\method
{
stat()
}
. Return as for
\method
{
head()
}
.
\end{methoddesc}
\begin{methoddesc}
{
article
}{
id
}
Send a
\samp
{
ARTICLE
}
command, where
\var
{
id
}
has the same meaning as
for
\method
{
stat()
}
. Return a pair
\code
{
(
\var
{
response
}
,
\var
{
list
}
)
}
where
\var
{
list
}
is a list of the article's header and body text (an
uninterpreted list of lines, without trailing newlines).
for
\method
{
stat()
}
. Return as for
\method
{
head()
}
.
\end{methoddesc}
\begin{methoddesc}
{
slave
}{}
...
...
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