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 christoph
Recipients amaury.forgeotdarc, christian.heimes, christoph, ezio.melotti, lemburg, mark, pitrou, ssbarnea, tzot, v+python, vstinner
Date 2010-06-19.12:04:59
SpamBayes Score 2.1821686e-06
Marked as misclassified No
Message-id <1276949102.51.0.523745271021.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-19 12:05:03christophsetrecipients: + christoph, lemburg, tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, mark, ezio.melotti, v+python, ssbarnea
2010-06-19 12:05:02christophsetmessageid: <1276949102.51.0.523745271021.issue1602@psf.upfronthosting.co.za>
2010-06-19 12:05:00christophlinkissue1602 messages
2010-06-19 12:04:59christophcreate