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
ba7d95e2
Commit
ba7d95e2
authored
Aug 12, 2005
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document 'istext' parameter
parent
c991db24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Doc/lib/libbinascii.tex
Doc/lib/libbinascii.tex
+5
-2
No files found.
Doc/lib/libbinascii.tex
View file @
ba7d95e2
...
...
@@ -51,10 +51,13 @@ will be decoded as spaces.
Convert binary data to a line(s) of
\ASCII
{}
characters in
quoted-printable encoding. The return value is the converted line(s).
If the optional argument
\var
{
quotetabs
}
is present and true, all tabs
and spaces will be encoded. If the optional argument
\var
{
header
}
is
and spaces will be encoded.
If the optional argument
\var
{
istext
}
is present and true,
newlines are not encoded but trailing whitespace will be encoded.
If the optional argument
\var
{
header
}
is
present and true, spaces will be encoded as underscores per RFC1522.
If the optional argument
\var
{
header
}
is present and false, newline
characters will be encoded as well
,
otherwise linefeed conversion might
characters will be encoded as well
;
otherwise linefeed conversion might
corrupt the binary data stream.
\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