| Store | Cart

Re: [Python-Dev] PEP 492: async/await in Python; v3

From: Ethan Furman <eth...@stoneleaf.us>
Tue, 28 Apr 2015 22:18:58 -0700
On 04/28, Guido van Rossum wrote:
> On Tue, Apr 28, 2015 at 4:55 PM, Ethan Furman <eth...@stoneleaf.us> wrote:>> On 04/28, Yury Selivanov wrote:>>>> >>> This limitation will go away as soon as ``async`` and ``await`` ate>> >>> proper keywords.  Or if it's decided to use a future import for this>> >>> PEP.>>>> `async` and `await` need to be proper keywords, and  __future__ imports>> is how we do that (see, e.g., PEP 355 and and PEP 343)>>> > You could at least provide an explanation about how the current proposal> falls short. What code will break? There's a cost to __future__ imports> too. The current proposal is a pretty clever hack -- and we've done similar> hacks in the past (last I remember when "import ... as ..." was introduced> but we didn't want to make 'as' a keyword right away).

My apologies, I was unaware we had done psuedo-keywords before.

--
~Ethan~
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Yury Selivanov Apr 28, 2015 03:07 am
Stefan Behnel Apr 28, 2015 05:43 am
Yury Selivanov Apr 28, 2015 03:22 pm
Ethan Furman Apr 28, 2015 03:29 pm
Yury Selivanov Apr 28, 2015 03:36 pm
Walter Dörwald Apr 28, 2015 02:23 pm
Yury Selivanov Apr 28, 2015 03:21 pm
Guido van Rossum Apr 28, 2015 09:49 pm
Yury Selivanov Apr 28, 2015 11:26 pm
Ethan Furman Apr 28, 2015 11:55 pm
Guido van Rossum Apr 29, 2015 12:04 am
Ethan Furman Apr 29, 2015 05:18 am
Greg Ewing Apr 29, 2015 09:12 am
Yury Selivanov Apr 29, 2015 05:00 am
Greg Ewing Apr 29, 2015 09:13 am
Yury Selivanov Apr 29, 2015 02:01 pm
Greg Ewing Apr 29, 2015 10:46 pm
Yury Selivanov Apr 29, 2015 10:58 pm
Greg Ewing Apr 29, 2015 09:12 am
Yury Selivanov Apr 29, 2015 02:16 pm
Greg Apr 29, 2015 03:59 am
Yury Selivanov Apr 29, 2015 04:10 am
Greg Ewing Apr 29, 2015 09:13 am
Yury Selivanov Apr 29, 2015 02:18 pm
Greg Ewing Apr 29, 2015 09:12 am
Yury Selivanov Apr 29, 2015 02:29 pm
Stephen J. Turnbull Apr 29, 2015 03:03 am
Yury Selivanov Apr 29, 2015 03:23 am
Greg Ewing Apr 29, 2015 09:13 am
Stephen J. Turnbull Apr 29, 2015 02:24 pm
Messages in this thread