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 yselivanov
Recipients gvanrossum, yselivanov
Date 2016-11-07.21:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478552419.52.0.976301550008.issue28634@psf.upfronthosting.co.za>
In-reply-to
Content
In short:

isfuture(unittest.mock.Mock()) should be False
isfuture(unittest.mock.Mock(Future)) should be True

This issue is a proxy for https://github.com/python/asyncio/pull/455
History
Date User Action Args
2016-11-07 21:00:19yselivanovsetrecipients: + yselivanov, gvanrossum
2016-11-07 21:00:19yselivanovsetmessageid: <1478552419.52.0.976301550008.issue28634@psf.upfronthosting.co.za>
2016-11-07 21:00:19yselivanovlinkissue28634 messages
2016-11-07 21:00:19yselivanovcreate