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 t

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

2015-07-01 Thread Cohn, Robert S
Please contact robert.s.c...@intel.com if you want a free license to intel compilers or tools. From: "M.-A. Lemburg" mailto:m...@egenix.com>> Ø BTW: I remember there was some discussion a while ago to get ICC licenses to core devs. Has there been any progress on this ? _