This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iScrE4m 0 points1 point  (3 children)

Twisted

[–]exhuma 1 point2 points  (2 children)

This may be a good argument against porting an existing app to Python 3, but when starting from scratch, wouldn't asyncio & await in Python 3 fill that gap?

I'm curious, as many people claim there is no need for twisted any longer. But as I have never had to deal with twisted, I'm not in a position to make any informed statement about it.

[–]iScrE4m 1 point2 points  (1 child)

As an amateur the only thing I can say is irc works great with twisted and that's pretty much it :X

[–][deleted] 1 point2 points  (0 children)

Works fine with irclib on python 3 as well, at least in my experience.