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 awecx
Recipients asvetlov, awecx, docs@python, eric.araujo, ezio.melotti, mdk, willingc, yselivanov
Date 2018-12-24.16:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545669840.38.0.712150888896.issue35579@roundup.psfhosted.org>
In-reply-to
Content
I believe there is a typo in the library/asyncio-task documentation

https://docs.python.org/3.8/library/asyncio-task.html#scheduling-from-other-threads

"Unlike other asyncio functions this functions requires the loop argument to be passed explicitly."

It should be "this function", without "s".
History
Date User Action Args
2018-12-24 16:44:04awecxsetrecipients: + awecx, ezio.melotti, eric.araujo, asvetlov, docs@python, yselivanov, willingc, mdk
2018-12-24 16:44:00awecxsetmessageid: <1545669840.38.0.712150888896.issue35579@roundup.psfhosted.org>
2018-12-24 16:44:00awecxlinkissue35579 messages
2018-12-24 16:44:00awecxcreate