This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Aaron1011
Recipients Aaron1011, docs@python
Date 2014-07-22.16:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406047911.63.0.907095249067.issue22037@psf.upfronthosting.co.za>
In-reply-to
Content
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 no longer running", or "...the loop has stopped running"

The current documentation can be found here: https://docs.python.org/3/library/asyncio-protocol.html#echo-client
History
Date User Action Args
2014-07-22 16:51:51Aaron1011setrecipients: + Aaron1011, docs@python
2014-07-22 16:51:51Aaron1011setmessageid: <1406047911.63.0.907095249067.issue22037@psf.upfronthosting.co.za>
2014-07-22 16:51:51Aaron1011linkissue22037 messages
2014-07-22 16:51:51Aaron1011create