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
84a7ee7e
Commit
84a7ee7e
authored
Apr 21, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes
parent
4e908107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libcodecs.tex
Doc/lib/libcodecs.tex
+6
-6
No files found.
Doc/lib/libcodecs.tex
View file @
84a7ee7e
...
...
@@ -93,21 +93,21 @@ additional functions which use \function{lookup()} for the codec
lookup:
\begin{funcdesc}
{
getencoder
}{
encoding
}
Look
up
up the codec for the given encoding and return its encoder
Look up the codec for the given encoding and return its encoder
function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found.
\end{funcdesc}
\begin{funcdesc}
{
getdecoder
}{
encoding
}
Look
up
up the codec for the given encoding and return its decoder
Look up the codec for the given encoding and return its decoder
function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found.
\end{funcdesc}
\begin{funcdesc}
{
getincrementalencoder
}{
encoding
}
Look
up
up the codec for the given encoding and return its incremental encoder
Look up the codec for the given encoding and return its incremental encoder
class or factory function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found or the
...
...
@@ -116,7 +116,7 @@ codec doesn't support an incremental encoder.
\end{funcdesc}
\begin{funcdesc}
{
getincrementaldecoder
}{
encoding
}
Look
up
up the codec for the given encoding and return its incremental decoder
Look up the codec for the given encoding and return its incremental decoder
class or factory function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found or the
...
...
@@ -125,14 +125,14 @@ codec doesn't support an incremental decoder.
\end{funcdesc}
\begin{funcdesc}
{
getreader
}{
encoding
}
Look
up
up the codec for the given encoding and return its StreamReader
Look up the codec for the given encoding and return its StreamReader
class or factory function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found.
\end{funcdesc}
\begin{funcdesc}
{
getwriter
}{
encoding
}
Look
up
up the codec for the given encoding and return its StreamWriter
Look up the codec for the given encoding and return its StreamWriter
class or factory function.
Raises a
\exception
{
LookupError
}
in case the encoding cannot be found.
...
...
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