diff --git a/MySQLdb/connections.py b/MySQLdb/connections.py index 766a0a2..3c7a977 100644 --- a/MySQLdb/connections.py +++ b/MySQLdb/connections.py @@ -178,7 +178,7 @@ class Connection(_mysql.connection): cursorclass = kwargs2.pop('cursorclass', self.default_cursor) charset = kwargs2.pop('charset', '') - if charset: + if charset or not PY2: use_unicode = True else: use_unicode = False