This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients beeki, facundobatista, georg.brandl
Date 2008-06-22.19:33:33
SpamBayes Score 0.097613834
Marked as misclassified No
Message-id <1214163214.61.0.278164977394.issue1523853@psf.upfronthosting.co.za>
In-reply-to
Content
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,
History
Date User Action Args
2008-06-22 19:33:35facundobatistasetspambayes_score: 0.0976138 -> 0.097613834
recipients: + facundobatista, georg.brandl, beeki
2008-06-22 19:33:34facundobatistasetspambayes_score: 0.0976138 -> 0.0976138
messageid: <1214163214.61.0.278164977394.issue1523853@psf.upfronthosting.co.za>
2008-06-22 19:33:33facundobatistalinkissue1523853 messages
2008-06-22 19:33:33facundobatistacreate