[issue1523853] 2.4.2 file.read caches EOF state

Facundo Batista report at bugs.python.org
Sun Jun 22 21:33:34 CEST 2008


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

In Linux, it seems to be the behaviour of the underlying C function 'fread'.

Do you think it's ok to add the following line in the read() documentation?

"""
As this function depends of the underlying C function :cfunc:`fread`,
inheritates its behaviour in details like caching EOF and others.
"""

Assigning this to George, to reword that in nicer English and apply.

Regards,

----------
assignee:  -> georg.brandl
nosy: +facundobatista, georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1523853>
_______________________________________


More information about the Python-bugs-list mailing list