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
ef521b0e
Commit
ef521b0e
authored
May 21, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #27075: Link to StreamReader and StreamWriter docs
Patch by Ville Skyttä.
parent
54dc026b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/codecs.rst
Doc/library/codecs.rst
+4
-4
No files found.
Doc/library/codecs.rst
View file @
ef521b0e
...
...
@@ -137,16 +137,16 @@ these additional functions which use :func:`lookup` for the codec lookup:
..
function:: getreader(encoding)
Look up the codec for the given encoding and return its
StreamReader class or
factory function.
Look up the codec for the given encoding and return its
:class:`StreamReader`
class or
factory function.
Raises a :exc:`LookupError` in case the encoding cannot be found.
..
function:: getwriter(encoding)
Look up the codec for the given encoding and return its
StreamWriter class or
factory function.
Look up the codec for the given encoding and return its
:class:`StreamWriter`
class or
factory function.
Raises a :exc:`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