pohmelie 81ebba7e02 py: add async/await/async for/async with syntax
They are sugar for marking function as generator, "yield from"
and pep492 python "semantically equivalents" respectively.

@dpgeorge was the original author of this patch, but @pohmelie made
changes to implement `async for` and `async with`.
2016-04-13 15:26:38 +01:00
..
2016-04-12 14:06:53 +01:00
2015-12-27 20:40:36 +02:00
2015-11-13 12:49:18 +00:00