[Python-checkins] r76898 - python/trunk/Lib/_pyio.py

antoine.pitrou python-checkins at python.org
Sat Dec 19 22:06:36 CET 2009


Author: antoine.pitrou
Date: Sat Dec 19 22:06:36 2009
New Revision: 76898

Log:
Remove superfetatory paragraph (left there by mistake).



Modified:
   python/trunk/Lib/_pyio.py

Modified: python/trunk/Lib/_pyio.py
==============================================================================
--- python/trunk/Lib/_pyio.py	(original)
+++ python/trunk/Lib/_pyio.py	Sat Dec 19 22:06:36 2009
@@ -87,11 +87,6 @@
     returned as strings, the bytes having been first decoded using a
     platform-dependent encoding or using the specified encoding if given.
 
-    buffering is an optional integer used to set the buffering policy. By
-    default full buffering is on. Pass 0 to switch buffering off (only
-    allowed in binary mode), 1 to set line buffering, and an integer > 1
-    for full buffering.
-
     buffering is an optional integer used to set the buffering policy.
     Pass 0 to switch buffering off (only allowed in binary mode), 1 to select
     line buffering (only usable in text mode), and an integer > 1 to indicate


More information about the Python-checkins mailing list