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 Rosuav, ezio.melotti, loewis, vstinner
Date 2013-04-03.22:09:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365026959.28.0.0421612065936.issue17629@psf.upfronthosting.co.za>
In-reply-to
Content
"This is, on some occasions, useful to know; for instance, when testing string performance, it's handy to be able to very quickly throw something down that, without scanning the contents of all the strings used, can identify the width spread."

When you test string performances, you can get manually the biggest code point using: max(map(ord, str)).

Do you have an other use case?
History
Date User Action Args
2013-04-03 22:09:19vstinnersetrecipients: + vstinner, loewis, ezio.melotti, Rosuav
2013-04-03 22:09:19vstinnersetmessageid: <1365026959.28.0.0421612065936.issue17629@psf.upfronthosting.co.za>
2013-04-03 22:09:19vstinnerlinkissue17629 messages
2013-04-03 22:09:19vstinnercreate