farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

Python 3 support #62

Open methane opened 10 years ago

methane commented 10 years ago

This pull request is based on #31 and a lot of fix.

farcepest commented 10 years ago

I hope to have some time to review this and other pull requests this weekend. I'm in the process of moving and starting a new job over the next two weeks.

methane commented 10 years ago

I've created fork named mysqlclient. I'm sorry about forking. I respect your long work. But I can't wait because I'll be too busy to release including windows binaries.

I hope my fork is merged back like setuptools and distribute.

haizaar commented 10 years ago

Any update / plans on Python 3 support please?

@methane, I can not find any mysqlclient fork on your page. Should we better use this fork instead?

methane commented 10 years ago

@haizaar See https://pypi.python.org/pypi/mysqlclient and https://github.com/PyMySQL/mysqlclient-python

wldcordeiro commented 10 years ago

@farcepest Were you able to merge this PR?

jdufresne commented 10 years ago

@farcepest Any update on merging this?

frewsxcv commented 10 years ago

For those who need Python 3 support, I recommend this fork: https://github.com/PyMySQL/mysqlclient-python

vikt0rs commented 9 years ago

@farcepest any hope to get it merged?

frewsxcv commented 9 years ago

If you're looking for a working (and maintained!) fork of this library that supports Python 3, check out mysqlclient-python