SIGN IN SIGN UP

bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010)

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/issue36045
D
Dan Rose committed
2a37f8f55b543589cc77a67b5cd17cbd9d0311c9
Parent: cf7d5ef
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 5/24/2019, 11:38:01 AM