Message5227

Author artnol
Recipients artnol
Date 2009-10-09.14:34:54
SpamBayes Score 6.5907974e-05
Marked as misclassified No
Message-id <1255098895.15.0.431047670608.issue1488@psf.upfronthosting.co.za>
In-reply-to
Content
JyInputSourceWrapper __init__ (xml.sax.drivers2.drv_javasax line 65) 
uses isinstance(source, str) meaning that you can't pass a unicode 
string as source - should this not be to isinstance(source, basestring)?
History
Date User Action Args
2009-10-09 14:34:55artnolsetrecipients: + artnol
2009-10-09 14:34:55artnolsetmessageid: <1255098895.15.0.431047670608.issue1488@psf.upfronthosting.co.za>
2009-10-09 14:34:54artnollinkissue1488 messages
2009-10-09 14:34:54artnolcreate