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
01dbb888
Kaydet (Commit)
01dbb888
authored
Şub 13, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some markup so that the right characters are printed.
"EOF" --> "\EOF{}"
üst
4a1efb63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
libmimetools.tex
Doc/lib/libmimetools.tex
+5
-5
libmimetools.tex
Doc/libmimetools.tex
+5
-5
No files found.
Doc/lib/libmimetools.tex
Dosyayı görüntüle @
01dbb888
...
...
@@ -36,13 +36,13 @@ Valid values for \var{encoding} are the same as for \code{decode()}.
\end{funcdesc}
\begin{funcdesc}
{
copyliteral
}{
input
\,
output
}
Read lines until
EOF from open file
\var
{
input
}
and write them to open
file
\var
{
output
}
.
Read lines until
\EOF
{}
from open file
\var
{
input
}
and write them to
open
file
\var
{
output
}
.
\end{funcdesc}
\begin{funcdesc}
{
copybinary
}{
input
\,
output
}
Read blocks until
EOF from open file
\var
{
input
}
and write them to open
file
\var
{
output
}
. The block size is currently fixed at 8192.
Read blocks until
\EOF
{}
from open file
\var
{
input
}
and write them to
open
file
\var
{
output
}
. The block size is currently fixed at 8192.
\end{funcdesc}
...
...
@@ -68,7 +68,7 @@ a list if strings. For parameters of the form
Return the
\var
{
value
}
of the first parameter (as returned by
\code
{
getplist()
}
of the form
\samp
{
\var
{
name
}
=
\var
{
value
}}
for the
given
\var
{
name
}
. If
\var
{
value
}
is surrounded by quotes of the form
\var
{
<...>
}
or
\var
{
"..."
}
, these are removed.
`
\code
{
<
}
...
\code
{
>
}
' or `
\code
{
"
}
...
\code
{
"
}
'
, these are removed.
\end{funcdesc}
\begin{funcdesc}
{
getencoding
}{}
...
...
Doc/libmimetools.tex
Dosyayı görüntüle @
01dbb888
...
...
@@ -36,13 +36,13 @@ Valid values for \var{encoding} are the same as for \code{decode()}.
\end{funcdesc}
\begin{funcdesc}
{
copyliteral
}{
input
\,
output
}
Read lines until
EOF from open file
\var
{
input
}
and write them to open
file
\var
{
output
}
.
Read lines until
\EOF
{}
from open file
\var
{
input
}
and write them to
open
file
\var
{
output
}
.
\end{funcdesc}
\begin{funcdesc}
{
copybinary
}{
input
\,
output
}
Read blocks until
EOF from open file
\var
{
input
}
and write them to open
file
\var
{
output
}
. The block size is currently fixed at 8192.
Read blocks until
\EOF
{}
from open file
\var
{
input
}
and write them to
open
file
\var
{
output
}
. The block size is currently fixed at 8192.
\end{funcdesc}
...
...
@@ -68,7 +68,7 @@ a list if strings. For parameters of the form
Return the
\var
{
value
}
of the first parameter (as returned by
\code
{
getplist()
}
of the form
\samp
{
\var
{
name
}
=
\var
{
value
}}
for the
given
\var
{
name
}
. If
\var
{
value
}
is surrounded by quotes of the form
\var
{
<...>
}
or
\var
{
"..."
}
, these are removed.
`
\code
{
<
}
...
\code
{
>
}
' or `
\code
{
"
}
...
\code
{
"
}
'
, these are removed.
\end{funcdesc}
\begin{funcdesc}
{
getencoding
}{}
...
...
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