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 Drekin
Recipients Drekin, ezio.melotti, vstinner
Date 2014-10-18.19:26:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za>
In-reply-to
Content
>>> eval("\N{mathematical double-struck capital a}")
NameError: name 'A' is not defined
>>> A = 2
>>> eval("\N{mathematical double-struck capital a}")
2
>>> "\N{mathematical double-struck capital a}" == "A"
False
History
Date User Action Args
2014-10-18 19:26:20Drekinsetrecipients: + Drekin, vstinner, ezio.melotti
2014-10-18 19:26:20Drekinsetmessageid: <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za>
2014-10-18 19:26:19Drekinlinkissue22667 messages
2014-10-18 19:26:19Drekincreate