dgw
dgw
Punting relatively minor enhancement with an existing workaround.
> I suggest to punt even further, to Sopel 8.x. Belatedly, I agree.
Let's consider this part of the `asyncio` rewrite's shakedown, to be revisited when work starts on 8.1.
I guess my bot is blessedly connected to a stable ZNC instance on the same host, so I've never observed this issue after a reconnection (because Sopel never has to...
This is a blocker for starting #1291.
I'd have to make one, I think. AFAIK there's no real documentation except the code & comments therein. But the idea is pretty simple, just register callables and module shutdown...
Hey @ralienpp, can you test out 142cb4d for me? It all appears to work locally, but I'm developing on py3.6 and getting your input from the py2 side would be...
Oh, sorry about that. Github masks the source fork when commits are referenced like that, and I didn't push the branch to this repo yet. Add `dgw/sopel` as a remote...
It was quite satisfying to finally fix, too. :-) There's still testing to be done regarding how the new reloading code handles updated methods (seems to work), removed methods (not...
`distribute` is old and deprecated (merged back into `setuptools` 0.7, which is now at version 20 or 30 something), and you shouldn't be using it… Remove it and install the...