Author lemburg
Recipients
Date 2005-03-09.10:10:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38388

Nice patch. 

Only nit: PyObject_Text() should check that the result of
tp_str() is indeed either a string or unicode instance
(possibly from a subclass). Otherwise, the function wouldn't
be able to guarantee this feature - which is what it's all
about.
History
Date User Action Args
2007-08-23 15:42:06adminlinkissue1159501 messages
2007-08-23 15:42:06admincreate