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 pitrou
Recipients benjamin.peterson, docs@python, pitrou, r.david.murray, valhallasw, vstinner
Date 2013-08-28.20:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377721479.81.0.637994950538.issue18870@psf.upfronthosting.co.za>
In-reply-to
Content
$ python
Python 2.7.4 (default, Apr 19 2013, 18:28:01) 
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> eval("u'ä'")
u'\xc3\xa4'
>>> import locale
>>> locale.getpreferredencoding()
'UTF-8'
History
Date User Action Args
2013-08-28 20:24:39pitrousetrecipients: + pitrou, vstinner, benjamin.peterson, r.david.murray, docs@python, valhallasw
2013-08-28 20:24:39pitrousetmessageid: <1377721479.81.0.637994950538.issue18870@psf.upfronthosting.co.za>
2013-08-28 20:24:39pitroulinkissue18870 messages
2013-08-28 20:24:39pitroucreate