Message3505

Author leosoto
Recipients fwierzbicki, leosoto
Date 2008-09-13.16:27:25
SpamBayes Score 0.044487886
Marked as misclassified No
Message-id <1221323245.41.0.873684362417.issue1062@psf.upfronthosting.co.za>
In-reply-to
Content
The underlying issue is described on
<http://www.nabble.com/Parsing-and-non-ASCII-Input-td19007415.html> and
a minimal failing test is:

>>> eval(u"'f\xf6\xf6'")
'f\xf6\xf6'
>>> eval(u"'b\u0105r'")
'b?r' 

[You should get back exactly what you feed to eval()]
History
Date User Action Args
2008-09-13 16:27:25leosotosetmessageid: <1221323245.41.0.873684362417.issue1062@psf.upfronthosting.co.za>
2008-09-13 16:27:25leosotosetrecipients: + leosoto, fwierzbicki
2008-09-13 16:27:25leosotolinkissue1062 messages
2008-09-13 16:27:25leosotocreate