commit | 17deb16883fa574a86e42551cc37f044182347ad | [log] [tgz] |
---|---|---|
author | Emmanuel Arias <emmanuelarias30@gmail.com> | Wed Sep 25 05:53:49 2019 -0300 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 25 01:53:49 2019 -0700 |
tree | 2c74082e2cb28aeeff4714b1db8f1ed4bd4e91b9 | |
parent | 57dc7d5ae8ebfb6da1ea2b25e61260ecb9c79faf [diff] |
bpo-38260: Add Docs on asyncio.run (GH-16337) Add docs about return and raise exception on asyncio.run https://bugs.python.org/issue38260 Automerge-Triggered-By: @asvetlov