Re: [Twisted-Python] Twisted 21.2.0rc1 Release Candidate Announcement

2021-02-25 Thread Craig Rodrigues
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

[Twisted-Python] How to cycle through servers on Connection Fail in an IRC client?

2021-02-25 Thread inhahe
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: