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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to