[issue24449] Please add async write method to asyncio.StreamWriter

Guido van Rossum report at bugs.python.org
Sun Jun 14 11:39:41 CEST 2015


Guido van Rossum added the comment:

Paul, you have brought this up many times before, and you have been refuted each time. Reading and writing just aren't symmetric operations. If you need awrite(), it's a two-line helper function you can easily write yourself.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list