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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, gonegown, vstinner
Date 2010-06-22.12:43:51
SpamBayes Score 0.090089664
Marked as misclassified No
Message-id <1277210633.31.0.891059085362.issue8988@psf.upfronthosting.co.za>
In-reply-to
Content
> now tell me how the hell can file system encoding be related 
> to file content encoding?!

Why do you say so? I can reproduce your issue, but changing the first line of a.py:
# coding: cp1252
to:
# coding: utf-8
did not change anything.

In the meantime, you should refrain from creating directories with characters not representable in the terminal window.

@haypo: The problem still exists with py3k at r82150.
History
Date User Action Args
2010-06-22 12:43:53amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, gonegown
2010-06-22 12:43:53amaury.forgeotdarcsetmessageid: <1277210633.31.0.891059085362.issue8988@psf.upfronthosting.co.za>
2010-06-22 12:43:51amaury.forgeotdarclinkissue8988 messages
2010-06-22 12:43:51amaury.forgeotdarccreate