[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR merged and backported to 3.6 and 3.5. Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker __

[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fc2fa8cb909cb58325f56deb5cd500d278e4102 by Mariatta in branch '3.5': bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020) https://github.com/python/cpython/commit/3fc2fa8cb909cb58325f56deb5cd500d278e4102 -- _

[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset af609a00a64fd58bd67c102f208ed9fe15c2748d by Mariatta in branch '3.6': bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) https://github.com/python/cpython/commit/af609a00a64fd58bd67c102f208ed9fe15c2748d -- _

[issue24755] asyncio.wrap_future undocumented

2017-06-08 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> backport needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue24755] asyncio.wrap_future undocumented

2017-06-08 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2086 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24755] asyncio.wrap_future undocumented

2017-06-08 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2085 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24755] asyncio.wrap_future undocumented

2017-06-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 824f6879121413e09439fffef54580413e44bf46 by Mariatta (adisbladis) in branch 'master': bpo-24755: Document asyncio.wrap_future (GH-603) https://github.com/python/cpython/commit/824f6879121413e09439fffef54580413e44bf46 -- nosy: +Mariatta

[issue24755] asyncio.wrap_future undocumented

2017-03-10 Thread Martin Panter
Changes by Martin Panter : -- components: +asyncio stage: -> patch review versions: +Python 3.6, Python 3.7 ___ Python tracker ___ __

[issue24755] asyncio.wrap_future undocumented

2017-03-10 Thread Adam Höse
Changes by Adam Höse : -- pull_requests: +497 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue24755] asyncio.wrap_future undocumented

2015-09-30 Thread Andrej A Antonov
Changes by Andrej A Antonov : -- nosy: +polymorphm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue24755] asyncio.wrap_future undocumented

2015-08-03 Thread Alex Grönholm
Changes by Alex Grönholm : -- nosy: +alex.gronholm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue24755] asyncio.wrap_future undocumented

2015-08-03 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue24755] asyncio.wrap_future undocumented

2015-07-30 Thread Marcin Szewczyk
New submission from Marcin Szewczyk: 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 -- assignee: docs@python compon