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 gonegown
Recipients amaury.forgeotdarc, gonegown, vstinner
Date 2010-07-03.09:07:30
SpamBayes Score 0.0013778014
Marked as misclassified No
Message-id <1278148053.01.0.702967614657.issue8988@psf.upfronthosting.co.za>
In-reply-to
Content
@Amaury:
Removing #coding lines or replacing them with #coding: utf-8 makes this test case working, at least on 4 computers I have been able to test this.

My initial program was consisting of roughly ten files and utf-8 made it work.

@haypo:
"maybe"...
History
Date User Action Args
2010-07-03 09:07:33gonegownsetrecipients: + gonegown, amaury.forgeotdarc, vstinner
2010-07-03 09:07:33gonegownsetmessageid: <1278148053.01.0.702967614657.issue8988@psf.upfronthosting.co.za>
2010-07-03 09:07:31gonegownlinkissue8988 messages
2010-07-03 09:07:30gonegowncreate