Message 341450 - Python tracker
Message341450
| 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: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 | |