[issue33649] asyncio docs overhaul

2018-09-18 Thread Miguel Ángel
Change by Miguel Ángel : -- pull_requests: +8811 ___ Python tracker <https://bugs.python.org/issue33649> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33649] asyncio docs overhaul

2018-09-17 Thread Miguel Ángel
Change by Miguel Ángel : -- pull_requests: +8808 ___ Python tracker <https://bugs.python.org/issue33649> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34718] Syntax error on factorial example

2018-09-17 Thread Miguel Ángel
Miguel Ángel added the comment: Too trivial to require an issue. Sorry, I'm newbie here :) -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34718] Syntax error on factorial example

2018-09-17 Thread Miguel Ángel
New submission from Miguel Ángel : In the example on https://docs.python.org/3/library/asyncio-task.html#running-tasks-concurrently, there is a double closing parenthesis, but just one is needed for the `gather` method. This makes the example to fail. -- assignee: docs@python