[Python-checkins] r65246 - python/trunk/Doc/library/stdtypes.rst

andrew.kuchling python-checkins at python.org
Sat Jul 26 15:08:21 CEST 2008


Author: andrew.kuchling
Date: Sat Jul 26 15:08:19 2008
New Revision: 65246

Log:
This sentence continues to bug me; rewrite it for the second time

Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sat Jul 26 15:08:19 2008
@@ -2127,8 +2127,9 @@
    returned, even if no *size* parameter was given.
 
    .. note::
-      As this function depends on the underlying  :cfunc:`fread` C function,
-      it will behave the same in details such as caching EOF.
+      This function is simply a wrapper for the underlying
+      :cfunc:`fread` C function, and will behave the same in corner cases,
+      such as whether the EOF value is cached.
 
 
 .. method:: file.readline([size])


More information about the Python-checkins mailing list