pep-0492: Drop __future__ from "Transition Period Shortcomings"
This commit is contained in:
parent
c69cef2b6e
commit
718e47edfc
|
@ -891,8 +891,7 @@ to a more readable form::
|
|||
return (await fut)
|
||||
|
||||
This limitation will go away as soon as ``async`` and ``await`` are
|
||||
proper keywords. Or if it's decided to use a future import for this
|
||||
PEP.
|
||||
proper keywords.
|
||||
|
||||
|
||||
Deprecation Plans
|
||||
|
|
Loading…
Reference in New Issue