On 23 May 2002, Neil Schemenauer said:
> Your patch looks good except for this bit:
>
> > +def isstring (x):
> > + return type(x) in (types.StringType, types.InstanceType)
^^^^^^^^
D'ohhh! I was thinking "UnicodeType" and typed "InstanceType".
Don't ask me how that happened.
Greg