[Python-Dev] PEP 492 documentation

Yury Selivanov yselivanov.ml at gmail.com
Sun Aug 2 22:47:02 CEST 2015


On 2015-08-02 4:04 PM, Xavier Combelle wrote:
> Shouldn't at least ayncio doc
> https://docs.python.org/3.5/library/asyncio.html be updated accordingly ?
> for example
> https://docs.python.org/3.5/search.html?q=await&check_keywords=yes&area=default
> doesn't mention https://docs.python.org/3.5/library/asyncio.html

Yes, it was updated:https://docs.python.org/3.5/library/asyncio-task.html

(search for 'async def' on the page -- it's mentioned about 13 times)

Yury


More information about the Python-Dev mailing list