[New-bugs-announce] [issue22348] Documentation of asyncio.StreamWriter.drain()

Martin Richard report at bugs.python.org
Sat Sep 6 14:53:47 CEST 2014


New submission from Martin Richard:

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.

----------
components: asyncio
files: asyncio-streams-drain-doc.patch
hgrepos: 273
keywords: patch
messages: 226487
nosy: gvanrossum, haypo, martius, yselivanov
priority: normal
severity: normal
status: open
title: Documentation of asyncio.StreamWriter.drain()
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file36561/asyncio-streams-drain-doc.patch

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


More information about the New-bugs-announce mailing list