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 eric.smith
Recipients amaury.forgeotdarc, belopolsky, eric.smith, ezio.melotti, lemburg, pitrou, terry.reedy
Date 2010-11-27.00:25:09
SpamBayes Score 0.00081604015
Marked as misclassified No
Message-id <1290817512.52.0.208964580297.issue10521@psf.upfronthosting.co.za>
In-reply-to
Content
I think these macros would be a reasonable approach. I think str.center, etc. should support non-BMP chars, because to not do so can raise an exception. Supporting composed graphemes seems like another problem altogether. And while we could fix that, it's clearly a larger step.
History
Date User Action Args
2010-11-27 00:25:12eric.smithsetrecipients: + eric.smith, lemburg, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, ezio.melotti
2010-11-27 00:25:12eric.smithsetmessageid: <1290817512.52.0.208964580297.issue10521@psf.upfronthosting.co.za>
2010-11-27 00:25:09eric.smithlinkissue10521 messages
2010-11-27 00:25:09eric.smithcreate