[issue22037] Poor grammar in asyncio TCP echo client example

2014-07-23 Thread STINNER Victor
STINNER Victor added the comment: Thanks for the patch Aaron. I wrote the documentation and I'm not a native english speaker. Please don't hesitate to report other grammar issues like that. You may group all of them in a single issue. -- nosy: +haypo __

[issue22037] Poor grammar in asyncio TCP echo client example

2014-07-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed in d19c58e13ac9 Thanks -- nosy: +asvetlov resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 ___ Python tracker __

[issue22037] Poor grammar in asyncio TCP echo client example

2014-07-22 Thread Aaron Hill
New submission from Aaron Hill: The last sentence in the explanation of the TCP echo client currently reads: "At run_until_complete() exit, the loop is no more running, so there is no need to stop the loop in case of an error". The grammar should be improved to something like "...the loop is