Skip Montanaro - 2006-12-06

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