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
7475e04f
Kaydet (Commit)
7475e04f
authored
Nis 23, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around a space-dropping problem in LaTeX2HTML.
Clarify the usage of a parameter.
üst
ae35aa8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
libuu.tex
Doc/lib/libuu.tex
+4
-5
No files found.
Doc/lib/libuu.tex
Dosyayı görüntüle @
7475e04f
...
@@ -27,15 +27,14 @@ The \module{uu} module defines the following functions:
...
@@ -27,15 +27,14 @@ The \module{uu} module defines the following functions:
Uuencode file
\var
{
in
_
file
}
into file
\var
{
out
_
file
}
. The uuencoded
Uuencode file
\var
{
in
_
file
}
into file
\var
{
out
_
file
}
. The uuencoded
file will have the header specifying
\var
{
name
}
and
\var
{
mode
}
as the
file will have the header specifying
\var
{
name
}
and
\var
{
mode
}
as the
defaults for the results of decoding the file. The default defaults
defaults for the results of decoding the file. The default defaults
are taken from
\var
{
in
_
file
}
, or
\code
{
'-'
}
and
\code
{
0666
}
are taken from
\var
{
in
_
file
}
, or
\code
{
'-'
}
and
\code
{
0666
}
respectively.
respectively.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
decode
}{
in
_
file
\optional
{
, out
_
file
\optional
{
, mode
}}}
\begin{funcdesc}
{
decode
}{
in
_
file
\optional
{
, out
_
file
\optional
{
, mode
}}}
This call decodes uuencoded file
\var
{
in
_
file
}
placing the result on
This call decodes uuencoded file
\var
{
in
_
file
}
placing the result on
file
\var
{
out
_
file
}
. If
\var
{
out
_
file
}
is a pathname
the
\var
{
mode
}
is
file
\var
{
out
_
file
}
. If
\var
{
out
_
file
}
is a pathname
,
\var
{
mode
}
is
also set. Defaults for
\var
{
out
_
file
}
and
\var
{
mode
}
are taken from
used to set the permission bits if the file must be created. Defaults
the uuencode header.
for
\var
{
out
_
file
}
and
\var
{
mode
}
are taken from
the uuencode header.
\end{funcdesc}
\end{funcdesc}
...
...
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