[issue39085] Improve docs for await expression

2020-06-29 Thread Bill Wallace
Bill Wallace added the comment: There are a few other places on the documentation that are imprecise or misleading for await. While the information needed is scattered around the docs, I think these can also be improved. I'm pretty sure these fit with this issue. Developing with asyncio

[issue39085] Improve docs for await expression

2019-12-18 Thread Kyle Stanley
Kyle Stanley added the comment: > Sorry, my English is bad; I cannot help with docs too much. No problem. Your feedback is still incredibly helpful and very much appreciated either way. (: > Anyway, technically an awaited coroutine *can* be suspended but the > suspension is not always

[issue39085] Improve docs for await expression

2019-12-18 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks for raising the very interesting question! Sorry, my English is bad; I cannot help with docs too much. Anyway, technically an awaited coroutine *can* be suspended but the suspension is not always necessary. The most deep awaited function decides.

[issue39085] Improve docs for await expression

2019-12-17 Thread Kyle Stanley
New submission from Kyle Stanley : For context, I decided to open this issue after receiving a substantial volume of very similar questions and misconceptions from users of asyncio and trio about what `await` does, mostly within a dedicated "async" topical help chat (in the "Python Discord"