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
52957183
Commit
52957183
authored
Dec 03, 2011
by
Meador Inge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #13513: IOBase docs incorrectly link to the readline module
parent
974d863f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Doc/library/io.rst
Doc/library/io.rst
+1
-1
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/io.rst
View file @
52957183
...
@@ -233,7 +233,7 @@ I/O Base Classes
...
@@ -233,7 +233,7 @@ I/O Base Classes
:class:`IOBase` object can be iterated over yielding the lines in a stream.
:class:`IOBase` object can be iterated over yielding the lines in a stream.
Lines are defined slightly differently depending on whether the stream is
Lines are defined slightly differently depending on whether the stream is
a binary stream (yielding :class:`bytes`), or a text stream (yielding
a binary stream (yielding :class:`bytes`), or a text stream (yielding
:class:`unicode` strings). See :meth:`readline` below.
:class:`unicode` strings). See :meth:`
~IOBase.
readline` below.
IOBase is also a context manager and therefore supports the
IOBase is also a context manager and therefore supports the
:keyword:`with` statement. In this example, *file* is closed after the
:keyword:`with` statement. In this example, *file* is closed after the
...
...
Misc/NEWS
View file @
52957183
...
@@ -430,6 +430,9 @@ Tests
...
@@ -430,6 +430,9 @@ Tests
Documentation
Documentation
-------------
-------------
-
Issue
#
13513
:
Fix
io
.
IOBase
documentation
to
correctly
link
to
the
io
.
IOBase
.
readline
method
instead
of
the
readline
module
.
-
Issue
#
13237
:
Reorganise
subprocess
documentation
to
emphasise
convenience
-
Issue
#
13237
:
Reorganise
subprocess
documentation
to
emphasise
convenience
functions
and
the
most
commonly
needed
arguments
to
Popen
.
functions
and
the
most
commonly
needed
arguments
to
Popen
.
...
...
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