peps: pep-0492: Drop __future__ from "Transition Period Shortcomings"
30 Apr
2015
30 Apr
'15
3:25 a.m.
https://hg.python.org/peps/rev/ffe5f363fd88 changeset: 5813:ffe5f363fd88 user: Yury Selivanov <yselivanov@sprymix.com> date: Wed Apr 29 23:25:46 2015 -0400 summary: pep-0492: Drop __future__ from "Transition Period Shortcomings" files: pep-0492.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pep-0492.txt b/pep-0492.txt --- a/pep-0492.txt +++ b/pep-0492.txt @@ -891,8 +891,7 @@ 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 -- Repository URL: https://hg.python.org/peps
3447
Age (days ago)
3447
Last active (days ago)
0 comments
1 participants
participants (1)
-
yury.selivanov