New submission from Andrew Svetlov <andrew.svet...@gmail.com>: As discussed several times before we need to convert `@coroutine` / `yield from` to async/await.
All existing functionality should keep working (like yielding from new style coroutine and `with (yield from lock)`. We could deprecate the later though. The change should be huge but there is no alternative, keeping `yield from` in stdlib looks uglier and uglier every year. Unittests should be changed as well (keeping several `yield from` for checking backward compatibility is Ok). Opinions? ---------- assignee: asvetlov components: Library (Lib), asyncio messages: 307375 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Convert asyncio to async/await versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32193> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com