[issue26010] document CO_* constants

2016-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 761414979de5 by Yury Selivanov in branch '3.6': Issue #26010: fix typos; rewording https://hg.python.org/cpython/rev/761414979de5 New changeset 3821599fc74d by Yury Selivanov in branch 'default': Merge 3.6 (issue #26010) https://hg.python.org/cpytho

[issue26010] document CO_* constants

2016-10-20 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue26010] document CO_* constants

2016-10-20 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Nice Yury, sorry for the missing versionadded directive. And now, I have a description for CO_ASYNC_GENERATOR ;-) -- ___ Python tracker ___ __

[issue26010] document CO_* constants

2016-10-20 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you Stephane for bumping this issue up. I've committed the patch. I've documented CO_ASYNC_GENERATOR in more detail, and I also added "versionadded" tags to CO_COROUTINE and CO_ITERABLE_COROUTINE. -- resolution: -> fixed __

[issue26010] document CO_* constants

2016-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 681924a9eefd by Yury Selivanov in branch '3.5': Issue #26010: Document CO_* constants https://hg.python.org/cpython/rev/681924a9eefd New changeset 5023c182a8a4 by Yury Selivanov in branch '3.6': Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010

[issue26010] document CO_* constants

2016-10-20 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue26010] document CO_* constants

2016-10-20 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hello Yury, I have updated your patch, with a small description for CO_ASYNC_GENERATOR. I need a review for the description. Stephane -- Added file: http://bugs.python.org/file45155/issue26010-2.diff ___ Python tr

[issue26010] document CO_* constants

2016-10-18 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: patch review -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue26010] document CO_* constants

2016-10-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have reviewed your patch, but could you add the doc for CO_ASYNC_GENERATOR ? Thank you -- nosy: +matrixise ___ Python tracker ___ __

[issue26010] document CO_* constants

2016-01-05 Thread Yury Selivanov
Yury Selivanov added the comment: > This is a follow up to issue #26010. The correct issue # is 25813 -- ___ Python tracker ___ ___ P

[issue26010] document CO_* constants

2016-01-04 Thread Yury Selivanov
New submission from Yury Selivanov: Hi David, This is a follow up to issue #26010. Please review the attached patch. I've skipped the CO_NESTED flag since it's no longer used, and CO_OPTIMIZED because I don't know too much about it. -- keywords: +patch Added file: http://bugs.python

[issue26010] document CO_* constants

2016-01-04 Thread Yury Selivanov
Changes by Yury Selivanov : -- assignee: docs@python components: Documentation keywords: needs review nosy: docs@python, r.david.murray, yselivanov priority: normal severity: normal stage: patch review status: open title: document CO_* constants type: enhancement versions: Python 3.5, Py