Message289376
| 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:39 | vstinner | set | recipients: + vstinner, gvanrossum, docs@python, yselivanov |
| 2017-03-10 15:15:39 | vstinner | set | messageid: <1489158939.82.0.933594898276.issue29786@psf.upfronthosting.co.za> |
| 2017-03-10 15:15:39 | vstinner | link | issue29786 messages |
| 2017-03-10 15:15:39 | vstinner | create | |