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
f5d2b4ce
Commit
f5d2b4ce
authored
Jul 03, 2008
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak wording
parent
968117e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/stdtypes.rst
Doc/library/stdtypes.rst
+3
-3
No files found.
Doc/library/stdtypes.rst
View file @
f5d2b4ce
...
...
@@ -2055,12 +2055,12 @@ Files have the following methods:
files, like ttys, it makes sense to continue reading after an EOF is hit.) Note
that this method may call the underlying C function :cfunc:`fread` more than
once in an effort to acquire as close to *size* bytes as possible. Also note
that when in non-blocking mode, less data than w
hat w
as requested may be
that when in non-blocking mode, less data than was requested may be
returned, even if no *size* parameter was given.
.. note::
As this function depends o
f the underlying C function :cfunc:`fread`
,
it
resembles its behaviour in details like caching EOF and others
.
As this function depends o
n the underlying :cfunc:`fread` C function
,
it
will behave the same in details such as caching EOF
.
.. method:: file.readline([size])
...
...
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