]> granicus.if.org Git - python/commitdiff
#1523853: add note about fread().
authorGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 20:45:09 +0000 (20:45 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 20:45:09 +0000 (20:45 +0000)
Doc/library/stdtypes.rst

index af537aa4ca508da788761d0577d2a112bf66ffbb..8cc3722b8d05234236d0bf35fd51518f3f87e921 100644 (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])