Using mysql-connector-python

Dear Frappe Team,

why are we not using mysql-connector-python package and instead we are using MySQLdb.

using mysql-connector-python package you can even do the connection pooling which will enhance the performance of the system as creating a connection everytime is not very good.

Please your suggestions.

Thanks

pymysql seems like a better (more popular choice!)