]> granicus.if.org Git - python/commitdiff
Remove superfetatory paragraph (left there by mistake).
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Dec 2009 21:06:36 +0000 (21:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Dec 2009 21:06:36 +0000 (21:06 +0000)
Lib/_pyio.py

index 5fe928bb1ab70002310026e5cba5ccaca6275ed2..49fbe19f32659a81d9b61233d73cc9a6ae4a62cf 100644 (file)
@@ -87,11 +87,6 @@ def open(file, mode="r", buffering=None,
     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