Message168762
You should be able to just use "tuple(col[0] for col in cursor.description)" instead of the current list comprehension in order to make the argument hashable. |
|
Date |
User |
Action |
Args |
2012-08-21 12:35:56 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, ghaering, eric.araujo, petri.lehtinen, Russell.Sim |
2012-08-21 12:35:55 | ncoghlan | set | messageid: <1345552555.98.0.120939152521.issue13299@psf.upfronthosting.co.za> |
2012-08-21 12:35:55 | ncoghlan | link | issue13299 messages |
2012-08-21 12:35:55 | ncoghlan | create | |
|