mirror of https://github.com/python/cpython
Browse Source
Previously, it was hard to tell whether a function should be awaited. It was also incorrect (per PEP 484) to put this in the type hint for coroutine functions. Added this info to the output of builtins.help and pydoc. https://bugs.python.org/issue36045pull/13544/head
committed by
Miss Islington (bot)
3 changed files with 39 additions and 3 deletions
Loading…
Reference in new issue