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 asvetlov
Recipients asvetlov, yselivanov
Date 2019-05-05.14:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557065452.04.0.483828473478.issue36802@roundup.psfhosted.org>
In-reply-to
Content
Yuri and I decided that `writer.awrite()` and `writer.aclose()` look ugly.

Instead, we return awaitable object from these methods to allow both `writer.write(b'data')` and `await writer.write(b'data')` for the method.

The same for `writer.close()` call.
History
Date User Action Args
2019-05-05 14:10:52asvetlovsetrecipients: + asvetlov, yselivanov
2019-05-05 14:10:52asvetlovsetmessageid: <1557065452.04.0.483828473478.issue36802@roundup.psfhosted.org>
2019-05-05 14:10:52asvetlovlinkissue36802 messages
2019-05-05 14:10:51asvetlovcreate