Message341450
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. | |
| Date | User | Action | Args | | 2019-05-05 14:10:52 | asvetlov | set | recipients: + asvetlov, yselivanov | | 2019-05-05 14:10:52 | asvetlov | set | messageid: <1557065452.04.0.483828473478.issue36802@roundup.psfhosted.org> | | 2019-05-05 14:10:52 | asvetlov | link | issue36802 messages | | 2019-05-05 14:10:51 | asvetlov | create | | |