Message2570

Author cgroves
Recipients
Date 2007-01-02.01:30:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't understand why for_type should be PyStringDerived as the patch says.  I thought for_type on PyNewWrapper indicated the type the new worked for?  

It seems to me that the problem is in PyString.returnString where if S is an instance of PyString, it's returned regardless of if it happens to be a subclass of str that has an implementation of __str__  
History
Date User Action Args
2008-02-20 17:18:36adminlinkissue1612713 messages
2008-02-20 17:18:36admincreate