[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch '3.6': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec New cha

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch 'master': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec New

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch '3.5': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec --

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the reviews! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 514571268743 by Berker Peksag in branch '3.5': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://hg.python.org/cpython/rev/514571268743 New changeset 975e03b0aea6 by Berker Peksag in branch '3.6': Issue #2944

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-06 Thread Guido van Rossum
Guido van Rossum added the comment: LGTM. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-04 Thread Marco Buttu
Marco Buttu added the comment: The patch is OK to me. I also executed the examples, and everything works fine :-) -- nosy: +marco.buttu ___ Python tracker ___ __

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-03 Thread Berker Peksag
New submission from Berker Peksag: Attached patch converts all examples that use @coroutine decorator in Doc/library/asyncio-task.rst. I also removed the generator example at https://docs.python.org/3/library/asyncio-task.html#example-coroutine-displaying-the-current-date See issue 29407 for c