This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Russell.Sim, eric.araujo, ghaering, ncoghlan, petri.lehtinen, rhettinger
Date 2012-08-21.12:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345552555.98.0.120939152521.issue13299@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-21 12:35:56ncoghlansetrecipients: + ncoghlan, rhettinger, ghaering, eric.araujo, petri.lehtinen, Russell.Sim
2012-08-21 12:35:55ncoghlansetmessageid: <1345552555.98.0.120939152521.issue13299@psf.upfronthosting.co.za>
2012-08-21 12:35:55ncoghlanlinkissue13299 messages
2012-08-21 12:35:55ncoghlancreate