diff MySQLdb/converters.py @ 5:b70cce9bd065 MySQLdb

Merge changes from 1.2 branch r456-468
author adustman
date Sun, 11 Feb 2007 04:37:29 +0000
parents b5a377255eea
children aef6ea6a9737
line wrap: on
line diff
--- a/MySQLdb/converters.py	Tue Oct 24 19:52:31 2006 +0000
+++ b/MySQLdb/converters.py	Sun Feb 11 04:37:29 2007 +0000
@@ -147,7 +147,6 @@
         ],
     FIELD_TYPE.STRING: [
         (FLAG.BINARY, str),
-        (FLAG.SET, Str2Set),
         ],
     FIELD_TYPE.VAR_STRING: [
         (FLAG.BINARY, str),