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 Guillaume Sanchez
Recipients Guillaume Sanchez, r.david.murray, steven.daprano
Date 2017-07-13.23:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499989328.62.0.810954165738.issue30717@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I implemented unicodedata.break_graphemes() that returns an iterators that spits consecutive graphemes.

This is a "test" implementation meant to see what doesn't fits Python's style and design, to discuss naming and implementation details.

https://github.com/python/cpython/pull/2673

Thanks for your time and interest
History
Date User Action Args
2017-07-13 23:42:08Guillaume Sanchezsetrecipients: + Guillaume Sanchez, steven.daprano, r.david.murray
2017-07-13 23:42:08Guillaume Sanchezsetmessageid: <1499989328.62.0.810954165738.issue30717@psf.upfronthosting.co.za>
2017-07-13 23:42:08Guillaume Sanchezlinkissue30717 messages
2017-07-13 23:42:08Guillaume Sanchezcreate