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 martius
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2014-09-06.12:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410008027.32.0.320660376013.issue22348@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Following the discussion on the python-tulip group, I'd like to propose a patch for the documentation of StreamWriter.drain().

This patch aims to give a better description of what drain() is intended to do, and when to use it. In particular, it highlights the fact that calling drain() does not mean that any write operation will be performed, nor is required to be called.
History
Date User Action Args
2014-09-06 12:53:47martiussetrecipients: + martius, gvanrossum, vstinner, yselivanov
2014-09-06 12:53:47martiussetmessageid: <1410008027.32.0.320660376013.issue22348@psf.upfronthosting.co.za>
2014-09-06 12:53:47martiuslinkissue22348 messages
2014-09-06 12:53:46martiuscreate