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 Arfrever, ezio.melotti, gvanrossum, jkloth, lemburg, mrabarnett, pitrou, r.david.murray, tchrist, terry.reedy, v+python, vstinner
Date 2011-08-28.20:55:21
SpamBayes Score 2.0430029e-07
Marked as misclassified No
Message-id <1314564921.99.0.483008835884.issue12729@psf.upfronthosting.co.za>
In-reply-to
Content
> But I think we may want to create a new module which
provides various APIs specifically for apps that need care when
dealing with Unicode.

I have started thinking that way too -- perhaps "unitools"?
It could contain the code point iterator for the benefit of other implementations. Actually, since 393 still allows insertion of surrogate values, it might not be completely useless for CPython either.
History
Date User Action Args
2011-08-28 20:55:22terry.reedysetrecipients: + terry.reedy, lemburg, gvanrossum, pitrou, vstinner, jkloth, ezio.melotti, mrabarnett, Arfrever, v+python, r.david.murray, tchrist
2011-08-28 20:55:21terry.reedysetmessageid: <1314564921.99.0.483008835884.issue12729@psf.upfronthosting.co.za>
2011-08-28 20:55:21terry.reedylinkissue12729 messages
2011-08-28 20:55:21terry.reedycreate