In my 1.1.7 installation I use a unicode="utf-8"
keyword arg in my Connection constructor. 1.2.1_p2
complains about it. Is the correct replacement
to use ..., use_unicode=True, charset="utf-8", ...?
What other gotchas might I run into? Is there some
sort of ChangeLog for mysql-python? I see a HISTORY
file but it apparently only dates back to 1.2.1.
Thx,
Skip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my 1.1.7 installation I use a unicode="utf-8"
keyword arg in my Connection constructor. 1.2.1_p2
complains about it. Is the correct replacement
to use ..., use_unicode=True, charset="utf-8", ...?
What other gotchas might I run into? Is there some
sort of ChangeLog for mysql-python? I see a HISTORY
file but it apparently only dates back to 1.2.1.
Thx,
Skip