Re: [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7

2015-07-01 Thread Cohn, Robert S
Please contact [email protected] if you want a free license to intel 
compilers or tools.

From: "M.-A. Lemburg" mailto:[email protected]>>

Ø  BTW: I remember there was some discussion a while ago to get ICC licenses to 
core devs. Has there been any progress
on this ?



___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Importance of "async" keyword

2015-07-01 Thread Greg Ewing

Sven R. Kunze wrote:
I like the 'await' syntax to mark suspension points. But the 'async' 
coloring makes no sense to me. It is an implementation details of 
asyncio (IMHO).


Functions containing an "await" are going to be coloured
in any case -- that's unavoidable, given that await is
built on the iterator protocol. The only question is
whether to have an explicit marker for it.

--
Greg
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com