Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

It works with python 3.0.
Of course you have to replace execfile with

>>> s = '\u043a\u043a\u043a.py'
>>> exec(compile(open(s).read(), s, 'exec'))

----------
message_count: 1.0 -> 2.0
nosy: +amaury.forgeotdarc
nosy_count: 1.0 -> 2.0
resolution:  -> out of date
status: open -> closed
title: Unicode IOError: execfile(u'\u043a\u043a\u043a/x.py')  -> Unicode 
IOError: execfile(u'\u043a\u043a\u043a/x.py')

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1422398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to