This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, fbidu, serhiy.storchaka, vstinner, willingc, xtreak, yselivanov
Date 2018-10-02.07:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538466047.33.0.545547206417.issue34728@psf.upfronthosting.co.za>
In-reply-to
Content
> Victor, you're looking at an outdated comment on this issue.

No, I read the commit:

https://github.com/python/cpython/commit/558c49bcf3a8543d64a68de836b5d855efd56696


        warnings.warn("The loop argument is deprecated and scheduled for"
                      "removal in Python 4.0.",
                      DeprecationWarning, stacklevel=2)

> This is what's in the master branch:

https://github.com/python/cpython/blob/d4c76d960b8b286b75c933780416ace9cda682fd/Lib/asyncio/tasks.py#L598-L599

Ah, you forgot to mention this bpo in your commit:

commit fad6af2744c0b022568f7f4a8afc93fed056d4db
Author: Yury Selivanov <yury@magic.io>
Date:   Tue Sep 25 17:44:52 2018 -0400

    asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)

Anyway, the current code is fine. Thanks.
History
Date User Action Args
2018-10-02 07:40:47vstinnersetrecipients: + vstinner, asvetlov, serhiy.storchaka, yselivanov, willingc, xtreak, fbidu
2018-10-02 07:40:47vstinnersetmessageid: <1538466047.33.0.545547206417.issue34728@psf.upfronthosting.co.za>
2018-10-02 07:40:47vstinnerlinkissue34728 messages
2018-10-02 07:40:47vstinnercreate