CharacterSet desc member should be a list, not tuple

Bug #567549 reported by Geert JM Vanderkelen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Connector/Python
Fix Released
Medium
Geert JM Vanderkelen

Bug Description

CharacterSet.desc should be a list instead of a tuple. get_charset_info() function is using the index() function for tuples, but that was only added in 2.6.
Changing it to a list would keep MyConnPy compatible with 2.5.

Related branches

Changed in myconnpy:
status: Confirmed → Fix Committed
Changed in myconnpy:
milestone: none → 0.1.4
Changed in myconnpy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.