[issue24180] PEP 492: Documentation

2015-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a185bb62a25 by Yury Selivanov in branch '3.5': Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew https://hg.python.org/cpython/rev/8a185bb62a25 New changeset 10f92b4d55ed by Yury Selivanov in branch 'default': Issue 24180: Mention sy

[issue24180] PEP 492: Documentation

2015-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3eb817e19090 by Yury Selivanov in branch '3.5': Issue 24180: Document sys.(set|get)_coroutine_wrapper https://hg.python.org/cpython/rev/3eb817e19090 New changeset ca489c50fbd1 by Yury Selivanov in branch 'default': Issue 24180: Document sys.(set|get

[issue24180] PEP 492: Documentation

2015-05-22 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue24180] PEP 492: Documentation

2015-05-21 Thread Yury Selivanov
Yury Selivanov added the comment: Hi Berker, thanks for the review. I think all your edits are reasonable, so I've just committed your patch as is. -- ___ Python tracker ___ ___

[issue24180] PEP 492: Documentation

2015-05-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5691d2d2d0a4 by Yury Selivanov in branch 'default': Issue 24180: Fixes by Berker Peksag. https://hg.python.org/cpython/rev/5691d2d2d0a4 -- ___ Python tracker _

[issue24180] PEP 492: Documentation

2015-05-21 Thread Berker Peksag
Berker Peksag added the comment: Hi Yury, Here is a post commit review. I've mostly removed some additional PEP 492 mentions and made a couple of trivial changes. -- nosy: +berker.peksag Added file: http://bugs.python.org/file39462/issue24180.diff _

[issue24180] PEP 492: Documentation

2015-05-21 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks for the review Nick. I committed the patch with some additional minor fixes, including your suggestion. > Asynchronous iterator question: should the typical pattern for those be: def __aiter__(self): return self def __await__(self):

[issue24180] PEP 492: Documentation

2015-05-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 548d5704fcb3 by Yury Selivanov in branch 'default': Issue 24180: Documentation for PEP 492 changes. https://hg.python.org/cpython/rev/548d5704fcb3 -- nosy: +python-dev ___ Python tracker

[issue24180] PEP 492: Documentation

2015-05-21 Thread Nick Coghlan
Nick Coghlan added the comment: Patch looks worth merging to me. Some minor questions/quibbles: Asynchronous iterator question: should the typical pattern for those be: def __aiter__(self): return self def __await__(self): return self "Did we put the ABC's in the right

[issue24180] PEP 492: Documentation

2015-05-20 Thread Yury Selivanov
Changes by Yury Selivanov : Added file: http://bugs.python.org/file39449/async_docs_v1.patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue24180] PEP 492: Documentation

2015-05-20 Thread Yury Selivanov
Changes by Yury Selivanov : Removed file: http://bugs.python.org/file39448/async_docs_v1.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue24180] PEP 492: Documentation

2015-05-20 Thread Yury Selivanov
New submission from Yury Selivanov: Please find attached a docs patch for PEP 492 changes. I'd really appreciate if someone can review it / help me with it. I think it's important to have at least some documentation shipped with beta-1, so that people start testing the feature. -- as

[issue24180] PEP 492: Documentation

2015-05-13 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: asvetlov, gvanrossum, haypo, ncoghlan, yselivanov priority: deferred blocker severity: normal stage: needs patch status: open title: PEP 492: Documentation type: enhancement versions: Python 3.5 ___ Python tracker