durusmail: quixote-users: Proposed change to _q_getname() interface
Proposed change to _q_getname() interface
2002-05-23
2002-05-23
2002-05-23
2002-05-23
2002-05-23
2002-05-23
Proposed change to _q_getname() interface
Greg Ward
2002-05-23
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


reply