[issue24433] There is no asyncio.ensure_future in Python 3.4.3

2015-06-11 Thread Zachary Ware
Zachary Ware added the comment: The docs also say "New in version 3.4.4" :) -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker __

[issue24433] There is no asyncio.ensure_future in Python 3.4.3

2015-06-11 Thread Олег Иванов
New submission from Олег Иванов: Docs claims there there is asyncio.ensure_future https://docs.python.org/3/library/asyncio-task.html?highlight=ensure_future#asyncio.ensure_future but example from docs does'nt work: import asyncio loop = asyncio.get_event_loop() tasks = [ asyncio.ensure_f