micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky e6ca37faa8 uasyncio.core: async() was renamed to ensure_future() upstream.
The old name is deprecated since CPyton 3.4.4. That's great relief, because
CPython has special parser hacks to support both 3.5-style "async" keyword,
and still allow it be used as an identifier in other contexts. MicroPython
lacks such hacks, so "async" is SyntaxError as a function name with the latest
versions which implement async keyword.
2016-05-28 02:36:41 +03:00
..
core.py uasyncio.core: async() was renamed to ensure_future() upstream. 2016-05-28 02:36:41 +03:00