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 berker.peksag
Recipients Jeremy Bustamante, asvetlov, berker.peksag, docs@python, gvanrossum, yselivanov
Date 2018-01-22.18:00:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516644030.53.0.467229070634.issue29344@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the current status quo has already confused a user (see msg286011)

> (so that people don't write code that expects them to be not coroutines in 3.6)

Even if people expect these methods to be coroutines, two functions of the asyncio public API (iscoroutinefunction() and iscoroutine()) disagree with them as described in msg286011.

In similar scenarios, we've always keep the code as is and clarified the docs in stable releases, then changed the code behave as documented in master.
History
Date User Action Args
2018-01-22 18:00:30berker.peksagsetrecipients: + berker.peksag, gvanrossum, asvetlov, docs@python, yselivanov, Jeremy Bustamante
2018-01-22 18:00:30berker.peksagsetmessageid: <1516644030.53.0.467229070634.issue29344@psf.upfronthosting.co.za>
2018-01-22 18:00:30berker.peksaglinkissue29344 messages
2018-01-22 18:00:30berker.peksagcreate