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
1ce74cc7
Commit
1ce74cc7
authored
Apr 03, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small consistency nits.
parent
91c6ff83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
Doc/lib/libquopri.tex
Doc/lib/libquopri.tex
+4
-5
Doc/libquopri.tex
Doc/libquopri.tex
+4
-5
No files found.
Doc/lib/libquopri.tex
View file @
1ce74cc7
\section
{
Standard Module
\
sectcod
e
{
quopri
}}
\section
{
Standard Module
\
modul
e
{
quopri
}}
\label
{
module-quopri
}
\stmodindex
{
quopri
}
This module performs quoted-printable transport encoding and decoding,
as defined in
\rfc
{
1521
}
: ``MIME (Multipurpose Internet Mail Extensions)
Part One''. The quoted-printable encoding is designed for data where
there are relatively few nonprintable characters; the base
-
64 encoding
scheme available via the
\
cod
e
{
base64
}
module is more compact if there
there are relatively few nonprintable characters; the base64 encoding
scheme available via the
\
modul
e
{
base64
}
module is more compact if there
are many such characters, as when sending a graphics file.
\indexii
{
quoted
printable
}{
encoding
}
\indexii
{
quoted
-
printable
}{
encoding
}
\index
{
MIME!quoted-printable encoding
}
\setindexsubitem
{
(in module quopri)
}
\begin{funcdesc}
{
decode
}{
input, output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
...
...
Doc/libquopri.tex
View file @
1ce74cc7
\section
{
Standard Module
\
sectcod
e
{
quopri
}}
\section
{
Standard Module
\
modul
e
{
quopri
}}
\label
{
module-quopri
}
\stmodindex
{
quopri
}
This module performs quoted-printable transport encoding and decoding,
as defined in
\rfc
{
1521
}
: ``MIME (Multipurpose Internet Mail Extensions)
Part One''. The quoted-printable encoding is designed for data where
there are relatively few nonprintable characters; the base
-
64 encoding
scheme available via the
\
cod
e
{
base64
}
module is more compact if there
there are relatively few nonprintable characters; the base64 encoding
scheme available via the
\
modul
e
{
base64
}
module is more compact if there
are many such characters, as when sending a graphics file.
\indexii
{
quoted
printable
}{
encoding
}
\indexii
{
quoted
-
printable
}{
encoding
}
\index
{
MIME!quoted-printable encoding
}
\setindexsubitem
{
(in module quopri)
}
\begin{funcdesc}
{
decode
}{
input, output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
...
...
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