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 wiz21
Recipients BreamoreBoy, David.Sankel, Drekin, akira, amaury.forgeotdarc, christian.heimes, christoph, davidsarah, ezio.melotti, flox, giampaolo.rodola, hippietrail, lemburg, mark, mhammond, ncoghlan, pitrou, santoso.wijaya, smerlin, ssbarnea, steve.dower, terry.reedy, tim.golden, tzot, v+python, wiz21
Date 2014-09-23.09:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411463222.4.0.765924487186.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-23 09:07:02wiz21setrecipients: + wiz21, lemburg, mhammond, terry.reedy, tzot, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, hippietrail, ssbarnea, flox, davidsarah, santoso.wijaya, akira, BreamoreBoy, David.Sankel, smerlin, Drekin, steve.dower
2014-09-23 09:07:02wiz21setmessageid: <1411463222.4.0.765924487186.issue1602@psf.upfronthosting.co.za>
2014-09-23 09:07:02wiz21linkissue1602 messages
2014-09-23 09:07:02wiz21create