#1523853: add note about fread().

This commit is contained in:
Georg Brandl 2008-07-01 20:45:09 +00:00
parent bdd941fac3
commit 1e0eefc4a1
1 changed files with 4 additions and 0 deletions

View File

@ -2058,6 +2058,10 @@ Files have the following methods:
that when in non-blocking mode, less data than what was requested may be
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])