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 vstinner
Recipients benjamin.peterson, docs@python, pitrou, r.david.murray, valhallasw, vstinner
Date 2013-08-28.20:23:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377721409.91.0.751261467486.issue18870@psf.upfronthosting.co.za>
In-reply-to
Content
Where / how do you type the eval() instruction? In IDLE, in the interactive prompt (>>>) or in a script (test.py)? What is your OS and what is your locale encoding?

Example:

$ python -m platform
Linux-3.9.4-200.fc18.x86_64-x86_64-with-fedora-18-Spherical_Cow
$ python -c 'import locale; print(locale.getpreferredencoding())'
UTF-8
History
Date User Action Args
2013-08-28 20:23:29vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, r.david.murray, docs@python, valhallasw
2013-08-28 20:23:29vstinnersetmessageid: <1377721409.91.0.751261467486.issue18870@psf.upfronthosting.co.za>
2013-08-28 20:23:29vstinnerlinkissue18870 messages
2013-08-28 20:23:29vstinnercreate