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 gvanrossum
Recipients Arfrever, ezio.melotti, gvanrossum, jkloth, lemburg, mrabarnett, pitrou, r.david.murray, tchrist, terry.reedy, v+python, vstinner
Date 2011-08-28.17:29:23
SpamBayes Score 0.0014136896
Marked as misclassified No
Message-id <CAP7+vJJWkcJ_4t3=gjnmcGA3Ni4X4UHPYajvHS1C48B8Ta-_tQ@mail.gmail.com>
In-reply-to <1314418143.77.0.53884426718.issue12729@psf.upfronthosting.co.za>
Content
> PEP-393 will take care of iterating by code points.

Only for CPython. IronPython/Jython will still need a separate solution.

> Where would you have other iterators go? The string module?
> Something else I have not thought of? Or something new?

Undecided. 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.
History
Date User Action Args
2011-08-28 17:29:24gvanrossumsetrecipients: + gvanrossum, lemburg, terry.reedy, pitrou, vstinner, jkloth, ezio.melotti, mrabarnett, Arfrever, v+python, r.david.murray, tchrist
2011-08-28 17:29:24gvanrossumlinkissue12729 messages
2011-08-28 17:29:24gvanrossumcreate