This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, pakal, pitrou
Date 2009-12-19.17:12:05
SpamBayes Score 4.887053e-07
Marked as misclassified No
Message-id <1261242726.76.0.778810398945.issue7545@psf.upfronthosting.co.za>
In-reply-to
Content
The docs have a different wording, which I suggest copying to the docstring:

   *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 to
indicate the
   size of the buffer.

But now the question remains what the default is -- "full buffering" is
only meaningful with a specified buffer size.  The implementation seems
to default to line buffering.
History
Date User Action Args
2009-12-19 17:12:06georg.brandlsetrecipients: + georg.brandl, pitrou, pakal
2009-12-19 17:12:06georg.brandlsetmessageid: <1261242726.76.0.778810398945.issue7545@psf.upfronthosting.co.za>
2009-12-19 17:12:05georg.brandllinkissue7545 messages
2009-12-19 17:12:05georg.brandlcreate