Message5672
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 =] |
|
Date |
User |
Action |
Args |
2010-04-11 22:14:58 | pjenvey | set | messageid: <1271024098.02.0.0922141433367.issue1592@psf.upfronthosting.co.za> |
2010-04-11 22:14:58 | pjenvey | set | recipients:
+ pjenvey, pekka.klarck |
2010-04-11 22:14:57 | pjenvey | link | issue1592 messages |
2010-04-11 22:14:57 | pjenvey | create | |
|