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
61f45c7c
Commit
61f45c7c
authored
Apr 04, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete \setindexsubitem macro,
Added index entries. Markup nits.
parent
b208f128
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Doc/lib/libuu.tex
Doc/lib/libuu.tex
+4
-4
Doc/libuu.tex
Doc/libuu.tex
+4
-4
No files found.
Doc/lib/libuu.tex
View file @
61f45c7c
...
...
@@ -14,12 +14,12 @@ required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
This code was contributed by Lance Ellinghouse, and modified by Jack
Jansen.
\index
{
Jansen, Jack
}
\index
{
Ellinghouse, Lance
}
The
\module
{
uu
}
module defines the following functions:
\setindexsubitem
{
(in module uu)
}
\begin{funcdesc}
{
encode
}{
in
_
file, out
_
file
\optional
{
, name, mode
}}
\begin{funcdesc}
{
encode
}{
in
_
file, out
_
file
\optional
{
, name
\optional
{
, mode
}}}
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
...
...
@@ -27,7 +27,7 @@ are taken from \var{in_file}, or \code{'-'} and \code{0666}
respectively.
\end{funcdesc}
\begin{funcdesc}
{
decode
}{
in
_
file
\optional
{
, out
_
file
, mode
}}
\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
...
...
Doc/libuu.tex
View file @
61f45c7c
...
...
@@ -14,12 +14,12 @@ required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
This code was contributed by Lance Ellinghouse, and modified by Jack
Jansen.
\index
{
Jansen, Jack
}
\index
{
Ellinghouse, Lance
}
The
\module
{
uu
}
module defines the following functions:
\setindexsubitem
{
(in module uu)
}
\begin{funcdesc}
{
encode
}{
in
_
file, out
_
file
\optional
{
, name, mode
}}
\begin{funcdesc}
{
encode
}{
in
_
file, out
_
file
\optional
{
, name
\optional
{
, mode
}}}
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
...
...
@@ -27,7 +27,7 @@ are taken from \var{in_file}, or \code{'-'} and \code{0666}
respectively.
\end{funcdesc}
\begin{funcdesc}
{
decode
}{
in
_
file
\optional
{
, out
_
file
, mode
}}
\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
...
...
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