Message224580
| Author |
gvanrossum |
| Recipients |
docs@python, gvanrossum, pydanny, vstinner, yselivanov |
| Date |
2014年08月02日.18:48:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<CAP7+vJK4Nj0sFtg8sAcwgOzDJQ=kw38cuMc=NHfr0v747G1ERA@mail.gmail.com> |
| In-reply-to |
<1406978384.42.0.66436631837.issue22112@psf.upfronthosting.co.za> |
| Content |
Looks good!
On Sat, Aug 2, 2014 at 4:19 AM, STINNER Victor <report@bugs.python.org>
wrote:
>
> STINNER Victor added the comment:
>
> Here is a a patch which replaces loop.create_task(coro) with
> asyncio.async(coro), mention that asyncio.async() can be used to scheduler
> a coroutine, and make it clear that create_task() is only available in
> Python 3.4.2 and later.
>
> Does it look better?
>
> If it's possible, I would prefer to have exactly the same documentation in
> Python 3.4 and 3.5.
>
> ----------
> keywords: +patch
> Added file: http://bugs.python.org/file36203/doc_create_task.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue22112>
> _______________________________________
> |
|