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 bones7456
Recipients bones7456, liudongmiao@gmail.com
Date 2009-08-01.06:11:45
SpamBayes Score 0.04703623
Marked as misclassified No
Message-id <1249107107.73.0.535669996134.issue6611@psf.upfronthosting.co.za>
In-reply-to
Content
another fix way:
and these three lines to the head of file:

import sys
reload(sys)
sys.setdefaultencoding('utf8')
History
Date User Action Args
2009-08-01 06:11:48bones7456setrecipients: + bones7456, liudongmiao@gmail.com
2009-08-01 06:11:47bones7456setmessageid: <1249107107.73.0.535669996134.issue6611@psf.upfronthosting.co.za>
2009-08-01 06:11:46bones7456linkissue6611 messages
2009-08-01 06:11:45bones7456create