Issue 7178: open function's buffering parameter is not completely doc'ed (original) (raw)

Issue7178

Created on 2009-10-20 21:13 by kuhnsjohn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg94300 - (view) Author: (kuhnsjohn) Date: 2009-10-20 21:13
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."
msg94302 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-10-20 21:56
Fixed in r75572.
History
Date User Action Args
2022-04-11 14:56:54 admin set github: 51427
2009-10-20 21:56:17 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2009-10-20 21:13:05 kuhnsjohn create