Message3275

Author leosoto
Recipients leosoto
Date 2008-06-12.20:21:25
SpamBayes Score 0.003398948
Marked as misclassified No
Message-id <1213302088.4.0.145938089717.issue1053@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes a few incompatibilities of the current jython
str interpolation implementation, when called with unicode arguments on
the right side.

Basically, things like "%s" % u"\xe7" don't crash anymore.
History
Date User Action Args
2008-06-12 20:21:28leosotosetspambayes_score: 0.00339895 -> 0.003398948
recipients: + leosoto
2008-06-12 20:21:28leosotosetspambayes_score: 0.00339895 -> 0.00339895
messageid: <1213302088.4.0.145938089717.issue1053@psf.upfronthosting.co.za>
2008-06-12 20:21:27leosotolinkissue1053 messages
2008-06-12 20:21:27leosotocreate