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 crenwick
Recipients crenwick, yselivanov
Date 2017-04-18.23:20:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492557653.68.0.65386597588.issue30098@psf.upfronthosting.co.za>
In-reply-to
Content
> it already raises a TypeError with a clear message

This is more to my point: I found the TypeError message not clear at all. 

From my prospective, I was using a future object returned from an asyncio function to call another asyncio function, yet that function was telling me it could only use a future with it. 

Though I eventually figured out what was going on, I think that a more clear message at that moment would have been very helpful to me. And I think other users who benefit from this was well.

A better warning/wording for the API would be helpful as well, but I don't think it fully suffices the problem.
History
Date User Action Args
2017-04-18 23:20:53crenwicksetrecipients: + crenwick, yselivanov
2017-04-18 23:20:53crenwicksetmessageid: <1492557653.68.0.65386597588.issue30098@psf.upfronthosting.co.za>
2017-04-18 23:20:53crenwicklinkissue30098 messages
2017-04-18 23:20:53crenwickcreate