pep-0492: Drop __future__ from "Transition Period Shortcomings"

This commit is contained in:
Yury Selivanov 2015-04-29 23:25:46 -04:00
parent c69cef2b6e
commit 718e47edfc
1 changed files with 1 additions and 2 deletions

View File

@ -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