Stefan Champailler added the comment:

In my previous comment, I've shown :

print '€'

which is not valid python 3.4.1 (don't why the interpreter didn't complaing 
though). So I tested again with missing parenthesis added :

C:\PORT-STCA2\pl-PRIVATE\horse>chcp 65001
Active code page: 65001

C:\PORT-STCA2\pl-PRIVATE\horse>python
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print("€")


C:\PORT-STCA2\pl-PRIVATE\horse>echo %PROCESSOR_IDENTIFIER%
Intel64 Family 6 Model 42 Stepping 7, GenuineIntel

Exactly the same behaviour.

----------

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

Reply via email to