Message5672

Author pjenvey
Recipients pekka.klarck, pjenvey
Date 2010-04-11.22:14:57
SpamBayes Score 0.00030699823
Marked as misclassified No
Message-id <1271024098.02.0.0922141433367.issue1592@psf.upfronthosting.co.za>
In-reply-to
Content
This is a little better:

if sys.platform.startswith('java'):
    from java.lang import String
    _to_unicode = lambda arg: unicode(String(arg))

There's not much else we can do about this I think except wait for Python 3, so I'm closing this out for now =]
History
Date User Action Args
2010-04-11 22:14:58pjenveysetmessageid: <1271024098.02.0.0922141433367.issue1592@psf.upfronthosting.co.za>
2010-04-11 22:14:58pjenveysetrecipients: + pjenvey, pekka.klarck
2010-04-11 22:14:57pjenveylinkissue1592 messages
2010-04-11 22:14:57pjenveycreate