Message4768

Author pjenvey
Recipients pjenvey, zyasoft
Date 2009-05-31.05:22:40
SpamBayes Score 1.2895796e-11
Marked as misclassified No
Message-id <1243747374.44.0.504705577938.issue1362@psf.upfronthosting.co.za>
In-reply-to
Content
This method doesn't seem necessary. If so we should nuke it before 2.5 
final. It was added in r5274 for passing underlying unicode Strings to 
Normalizer.noramlize but this should 'just work' via __tojava__

In the rare case that pure Python needs the underlying unicode String as 
a PyString you can use org.python.core.newString (os.py and pyexpat do 
this)
History
Date User Action Args
2009-05-31 05:23:03pjenveysetrecipients: + pjenvey, zyasoft
2009-05-31 05:22:54pjenveysetmessageid: <1243747374.44.0.504705577938.issue1362@psf.upfronthosting.co.za>
2009-05-31 05:22:47pjenveylinkissue1362 messages
2009-05-31 05:22:44pjenveycreate