New submission from Hrvoje Nikšić <hnik...@gmail.com>:

This is a followup on issue38178. While testing the new code, I noticed that my 
change introduced a bug, where the code still attempts to pass "loop" when 
constructing an EchoClientProtocol. A pull request is attached.

Also, I've noticed that the MyProtocol example under "Connecting Existing 
Sockets" is still passing an explicit loop, so I created a commit that converts 
it to the on_con_lost idiom, and included it in the above pull request.

----------
assignee: docs@python
components: Documentation, asyncio
messages: 352584
nosy: asvetlov, docs@python, hniksic, yselivanov
priority: normal
severity: normal
status: open
title: Fix invocation of EchoClientProtocol
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to