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 wodny
Recipients docs@python, wodny
Date 2015-07-30.10:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438250618.09.0.00442439827356.issue24755@psf.upfronthosting.co.za>
In-reply-to
Content
While asyncio.wrap_future is mentioned in PEP 3156 and has its docstring it is undocumented in the reference. run_in_executor is documented but doesn't mention wrap_future either.

$ grep -r wrap_future Doc; echo $?
1
History
Date User Action Args
2015-07-30 10:03:38wodnysetrecipients: + wodny, docs@python
2015-07-30 10:03:38wodnysetmessageid: <1438250618.09.0.00442439827356.issue24755@psf.upfronthosting.co.za>
2015-07-30 10:03:37wodnylinkissue24755 messages
2015-07-30 10:03:37wodnycreate