[issue20649] Minor grammatical mistake for asyncio dev docs

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 38516b2ffe92 by Victor Stinner in branch '3.4': Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. http://hg.python.org/cpython/rev/38516b2ffe92 -- stage: needs patch -> committed/rejected

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-02-18 Thread Brett Cannon
Brett Cannon added the comment: Actually Mike wrote the patch, not me. And why did you flip the Stage to "needs patch"? -- ___ Python tracker ___ ___

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-02-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b09a2cf1744 by Victor Stinner in branch 'default': Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. http://hg.python.org/cpython/rev/6b09a2cf1744 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committe

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-02-18 Thread STINNER Victor
Changes by STINNER Victor : -- stage: committed/rejected -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-02-17 Thread Mike Short
Changes by Mike Short : -- keywords: +patch nosy: +Mike.Short Added file: http://bugs.python.org/file34127/asyncio-dev.patch ___ Python tracker ___ __

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-02-16 Thread Brett Cannon
New submission from Brett Cannon: http://docs.python.org/3.4/library/asyncio-dev.html "While a task in running in the event loop" should be "a task is running". -- assignee: brett.cannon components: Documentation messages: 211389 nosy: brett.cannon priority: low severity: normal stage: