uzbl icon indicating copy to clipboard operation
uzbl copied to clipboard

Replace asyncore with asyncio

Open keis opened this issue 10 years ago • 3 comments

asyncore is AFAIK mostly dead at this point and being replaced by asyncio. It's not only hip and cool but also offers a higher level of abstraction and would make it easier to integrate with other tools.

This would mean dropping python2 (again ; )

keis avatar Feb 10 '16 16:02 keis

I pushed back to Python2 to test out PyPy for performance reasons. It still hadn't been enough :( . Feel free to get rid of the six crap if we're leaving Python2 behind again.

mathstuf avatar Feb 10 '16 16:02 mathstuf

There is a pypy3 these days I think

keis avatar Feb 10 '16 17:02 keis

Yeah, but it only supports 3.2 or something.

mathstuf avatar Feb 10 '16 19:02 mathstuf