[issue8988] import + coding = failure (3.1.2/win32)

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 22 14:43:53 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> 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.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8988>
_______________________________________


More information about the Python-bugs-list mailing list