- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message258064
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 | yselivanov |
|---|---|
| Recipients | asvetlov, brett.cannon, gvanrossum, martin.panter, ncoghlan, vstinner, yselivanov |
| Date | 2016-01-12.04:16:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452572195.21.0.0961502446158.issue25887@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"Cannot await previously awaited coroutine" might be confusing if raised on "coro.send(..)"-like code... So far "coroutine was already awaited on" (do you want to drop "was", btw?) is less of all evil IMHO. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-12 04:16:35 | yselivanov | set | recipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, asvetlov, martin.panter |
| 2016-01-12 04:16:35 | yselivanov | set | messageid: <1452572195.21.0.0961502446158.issue25887@psf.upfronthosting.co.za> |
| 2016-01-12 04:16:35 | yselivanov | link | issue25887 messages |
| 2016-01-12 04:16:35 | yselivanov | create | |

