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 vstinner
Recipients docs@python, gvanrossum, vstinner, yselivanov
Date 2017-03-10.15:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489158939.82.0.933594898276.issue29786@psf.upfronthosting.co.za>
In-reply-to
Content
The following asyncio function is not documented. Is it deliberate? The function is exported in the asyncio module.

def wrap_future(future, *, loop=None):
    """Wrap concurrent.futures.Future object."""
History
Date User Action Args
2017-03-10 15:15:39vstinnersetrecipients: + vstinner, gvanrossum, docs@python, yselivanov
2017-03-10 15:15:39vstinnersetmessageid: <1489158939.82.0.933594898276.issue29786@psf.upfronthosting.co.za>
2017-03-10 15:15:39vstinnerlinkissue29786 messages
2017-03-10 15:15:39vstinnercreate