Message3679

Author leosoto
Recipients leosoto
Date 2008-10-14.03:59:34
SpamBayes Score 3.336775e-05
Marked as misclassified No
Message-id <1223956774.68.0.0322967261294.issue1152@psf.upfronthosting.co.za>
In-reply-to
Content
After r5390, we have to explictely mark when java strings should be used
as bytestrings. On Python code we do it with StringUtil.asPyString(),
but it is not clear why str() is not enough.
History
Date User Action Args
2008-10-14 03:59:34leosotosetrecipients: + leosoto
2008-10-14 03:59:34leosotosetmessageid: <1223956774.68.0.0322967261294.issue1152@psf.upfronthosting.co.za>
2008-10-14 03:59:34leosotolinkissue1152 messages
2008-10-14 03:59:34leosotocreate