Hacker News new | ask | show | jobs
by iopq 1089 days ago
Except THAT library only supports Python 2.7.x
1 comments

sorry what do you mean?
They're poking fun at how sometimes you'll find a Python library that does exactly what you want with an interface that feels incredibly intuitive, but you end up finding out it was never updated to work in Python 3.x, only 2.x.

Though I'm not really sure how often that happens these days unless you're trying to write code that's using an old protocol that's fallen out of favor, like IRC, FTP, or Gopher.