summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-19 21:06:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-19 21:06:36 (GMT)
commit98a24def0337ad62038667d71043a40a14d9ea72 (patch)
tree0aa2c140b972c86c618ea69861f24f0112ab4604 /Lib/_pyio.py
parente812d29b52c597363d8d2c2615def653701a0efc (diff)
downloadcpython-98a24def0337ad62038667d71043a40a14d9ea72.zip
cpython-98a24def0337ad62038667d71043a40a14d9ea72.tar.gz
cpython-98a24def0337ad62038667d71043a40a14d9ea72.tar.bz2
Remove superfetatory paragraph (left there by mistake).
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r--Lib/_pyio.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py
index 5fe928b..49fbe19 100644
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -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