[issue7178] open function's buffering parameter is not completely doc'ed

kuhnsjohn report at bugs.python.org
Tue Oct 20 23:13:09 CEST 2009


New submission from kuhnsjohn <kuhnsjohn at gmail.com>:

it says: "Pass 0 to switch buffering off (only allowed in binary mode),
1 to set line buffering, and an integer > 1 for full buffering."

The last section should say something like: "and an integer > 1 to
specify the buffer size for full buffering."

----------
assignee: georg.brandl
components: Documentation
messages: 94300
nosy: georg.brandl, kuhnsjohn
severity: normal
status: open
title: open function's buffering parameter is not completely doc'ed
type: feature request
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7178>
_______________________________________


More information about the Python-bugs-list mailing list