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
1e0eefc4
Commit
1e0eefc4
authored
Jul 01, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1523853: add note about fread().
parent
bdd941fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Doc/library/stdtypes.rst
Doc/library/stdtypes.rst
+4
-0
No files found.
Doc/library/stdtypes.rst
View file @
1e0eefc4
...
@@ -2058,6 +2058,10 @@ Files have the following methods:
...
@@ -2058,6 +2058,10 @@ Files have the following methods:
that when in non-blocking mode, less data than what was requested may be
that when in non-blocking mode, less data than what was requested may be
returned, even if no *size* parameter was given.
returned, even if no *size* parameter was given.
.. note::
As this function depends of the underlying C function :cfunc:`fread`,
it resembles its behaviour in details like caching EOF and others.
.. method:: file.readline([size])
.. 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