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
40b35aa5
Commit
40b35aa5
authored
Jul 27, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention base64 module; rewrite last sentence to be more positive
parent
cbe80169
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Doc/lib/libbinascii.tex
Doc/lib/libbinascii.tex
+5
-4
No files found.
Doc/lib/libbinascii.tex
View file @
40b35aa5
...
...
@@ -9,10 +9,11 @@
The
\module
{
binascii
}
module contains a number of methods to convert
between binary and various
\ASCII
-encoded binary
representations. Normally, you will not use these functions directly
but use wrapper modules like
\refmodule
{
uu
}
\refstmodindex
{
uu
}
or
\refmodule
{
binhex
}
\refstmodindex
{
binhex
}
instead, this module solely
exists because bit-manipulation of large amounts of data is slow in
Python.
but use wrapper modules like
\refmodule
{
uu
}
\refstmodindex
{
uu
}
,
\refmodule
{
base64
}
\refstmodindex
{
base64
}
, or
\refmodule
{
binhex
}
\refstmodindex
{
binhex
}
instead. The
\module
{
binascii
}
module
contains low-level functions written in C for greater speed
that are used by the higher-level modules.
The
\module
{
binascii
}
module defines the following functions:
...
...
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