Hacker News new | ask | show | jobs
by Grokzen 3680 days ago
The tool they use to determine py3 support is the following: https://github.com/brettcannon/caniusepython3

They have overridden mysql-python with mysqlclient https://github.com/PyMySQL/mysqlclient-python

1 comments

> They have overridden mysql-python with mysqlclient

I am aware of this, but the fact that the tool is reporting MySQL-python as 3.0 compatible, when it is not, is worrying.

Overrides are mostly for drop in replacement. So you could use mysqlclient but chance very little in existing code.