Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7475e04f
Commit
7475e04f
authored
Apr 23, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work around a space-dropping problem in LaTeX2HTML.
Clarify the usage of a parameter.
parent
ae35aa8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Doc/lib/libuu.tex
Doc/lib/libuu.tex
+4
-5
No files found.
Doc/lib/libuu.tex
View file @
7475e04f
...
...
@@ -27,15 +27,14 @@ The \module{uu} module defines the following functions:
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
defaults for the results of decoding the file. The default defaults
are taken from
\var
{
in
_
file
}
, or
\code
{
'-'
}
and
\code
{
0666
}
respectively.
are taken from
\var
{
in
_
file
}
, or
\code
{
'-'
}
and
\code
{
0666
}
respectively.
\end{funcdesc}
\begin{funcdesc}
{
decode
}{
in
_
file
\optional
{
, out
_
file
\optional
{
, mode
}}}
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
also set. Defaults for
\var
{
out
_
file
}
and
\var
{
mode
}
are taken from
the uuencode header.
file
\var
{
out
_
file
}
. If
\var
{
out
_
file
}
is a pathname
,
\var
{
mode
}
is
used to set the permission bits if the file must be created. Defaults
for
\var
{
out
_
file
}
and
\var
{
mode
}
are taken from
the uuencode header.
\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