On Mon, Feb 22, 2021 at 5:30 AM Richard van der Hoff
wrote:
> As it happens, it also fails (for an import of typing.Deque) on Python
> 3.5.3, as used by Debian oldstable.
>
> Craig, what is your intention here? I think it's ok to drop support for
> these ancient versions of Python 3.5, but please
I'm making an IRC client using Twisted, and I want to connect to a
different server when connection fails, but I haven't been able to figure
out how to do that..
Here's a more or less minimal code sample reflecting what I have now: