Message108173
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. |
|
Date |
User |
Action |
Args |
2010-06-19 12:05:03 | christoph | set | recipients:
+ christoph, lemburg, tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, mark, ezio.melotti, v+python, ssbarnea |
2010-06-19 12:05:02 | christoph | set | messageid: <1276949102.51.0.523745271021.issue1602@psf.upfronthosting.co.za> |
2010-06-19 12:05:00 | christoph | link | issue1602 messages |
2010-06-19 12:04:59 | christoph | create | |
|