[issue41227] minor typo in asyncio transport protocol

2020-07-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks Faris for the report and @ys19991 for the patch. Closing this as fixed. -- nosy: +xtreak resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue41227] minor typo in asyncio transport protocol

2020-07-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +20583 pull_request: https://github.com/python/cpython/pull/21436 ___ Python tracker ___ __

[issue41227] minor typo in asyncio transport protocol

2020-07-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +20582 pull_request: https://github.com/python/cpython/pull/21435 ___ Python tracker _

[issue41227] minor typo in asyncio transport protocol

2020-07-07 Thread Wansoo Kim
Change by Wansoo Kim : -- keywords: +patch nosy: +ys19991 nosy_count: 4.0 -> 5.0 pull_requests: +20529 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21384 ___ Python tracker ___

[issue41227] minor typo in asyncio transport protocol

2020-07-06 Thread Mariatta
Change by Mariatta : -- keywords: +easy, newcomer friendly ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue41227] minor typo in asyncio transport protocol

2020-07-06 Thread Faris Chugthai
New submission from Faris Chugthai : The penultimate sentence in asyncio transport. > The subprocess is created by th loop.subprocess_exec() method: Should be `created by the`. The sentence can be seen here: https://docs.python.org/3.10/library/asyncio-protocol.html?highlight=call_soon#loop-