Christoph Burgmer <cburg...@ira.uka.de> added the comment: Will this bug be tackled or Python2.7?
And is there a way to get hold of the access denied error? Here are my steps to reproduce: I started the console with "cmd /u /k chcp 65001" _______________________________________________________________________ Aktive Codepage: 65001. C:\Dokumente und Einstellungen\root>set PYTHONIOENCODING=UTF-8 C:\Dokumente und Einstellungen\root>d: D:\>cd Python31 D:\Python31>python Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> print("\u573a") 场 Traceback (most recent call last): File "<stdin>", line 1, in <module> IOError: [Errno 13] Permission denied >>> _______________________________________________________________________ I see a rectangle on screen but obviously c&p works. ---------- nosy: +christoph _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1602> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com