Message7326

Author fwierzbicki
Recipients Arfrever, alex.gronholm, fwierzbicki, pjenvey
Date 2012-07-17.16:49:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342543785.69.0.986019682258.issue1900@psf.upfronthosting.co.za>
In-reply-to
Content
>> Except that in Jython, PyUnicode inherits from PyString...
Aha - but that's not enough -- what really needs to be checked is PyBaseString due to the annotation in PyUnicode (base = PyBaseString.class) -- so this should be a simple fix.
History
Date User Action Args
2012-07-17 16:49:45fwierzbickisetmessageid: <1342543785.69.0.986019682258.issue1900@psf.upfronthosting.co.za>
2012-07-17 16:49:45fwierzbickisetrecipients: + fwierzbicki, pjenvey, alex.gronholm, Arfrever
2012-07-17 16:49:45fwierzbickilinkissue1900 messages
2012-07-17 16:49:44fwierzbickicreate