mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Remove superfetatory paragraph (left there by mistake).
This commit is contained in:
parent
e812d29b52
commit
98a24def03
1 changed files with 0 additions and 5 deletions
|
@ -87,11 +87,6 @@ def open(file, mode="r", buffering=None,
|
||||||
returned as strings, the bytes having been first decoded using a
|
returned as strings, the bytes having been first decoded using a
|
||||||
platform-dependent encoding or using the specified encoding if given.
|
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.
|
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
|
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
|
line buffering (only usable in text mode), and an integer > 1 to indicate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue