Commit 1e0eefc4 authored by Georg Brandl's avatar Georg Brandl

#1523853: add note about fread().

parent bdd941fa
...@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment