Hacker News new | ask | show | jobs
by JasonFruit 4233 days ago
I think this is the first time I've seen the phrase, "requires Python 3." It's certainly the first time I've seen it on something that I want badly enough to mess with it.
2 comments

I was happy they had "requires Python 3" because cefpython keeps going back and forth on Python 3 support.
To be fair the Python bindings are pretty simple, you could easily implement it in Python 2. You do need evented I/O however so you could write either gevent or twisted bindings.
Yes exactly. I started coding in Python 2 days ago so I went with what I found (asyncio) but it could be easily recoded in Python2!