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 terry.reedy
Recipients Susan Sun, belopolsky, benjamin.peterson, docs@python, georg.brandl, gladman, ncoghlan, serhiy.storchaka, terry.reedy, vstinner
Date 2016-03-12.00:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457741901.18.0.833253631202.issue26525@psf.upfronthosting.co.za>
In-reply-to
Content
The easily misread "ord('ν')" could be expanded to "ord('ν') (Greek nu)" but I agree that "ord('€') (Euro sign)" would be either better for a global doc.  (And the return is 8364.)  If no objection (Benjamin? Nick?), I am willing to do it for 3.5/6

There is no need to change the 2.7 version "ord(u'\u2020') returns 8224."
History
Date User Action Args
2016-03-12 00:18:21terry.reedysetrecipients: + terry.reedy, georg.brandl, ncoghlan, belopolsky, vstinner, benjamin.peterson, docs@python, serhiy.storchaka, gladman, Susan Sun
2016-03-12 00:18:21terry.reedysetmessageid: <1457741901.18.0.833253631202.issue26525@psf.upfronthosting.co.za>
2016-03-12 00:18:21terry.reedylinkissue26525 messages
2016-03-12 00:18:21terry.reedycreate