This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients dongying, r.david.murray
Date 2010-03-04.12:53:57
SpamBayes Score 3.0184638e-06
Marked as misclassified No
Message-id <1267707239.1.0.768207273362.issue8054@psf.upfronthosting.co.za>
In-reply-to
Content
Using python 2.6.4, your first example gives me an error:

UnicodeEncodeError: 'ascii' codec can't encode characters in position 11-18: ordinal not in range(128)

while your second example works, as you indicated.

So, at the moment I can not reproduce the bug.  Are you using something other than the python from python.org?
History
Date User Action Args
2010-03-04 12:53:59r.david.murraysetrecipients: + r.david.murray, dongying
2010-03-04 12:53:59r.david.murraysetmessageid: <1267707239.1.0.768207273362.issue8054@psf.upfronthosting.co.za>
2010-03-04 12:53:57r.david.murraylinkissue8054 messages
2010-03-04 12:53:57r.david.murraycreate