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 eric.smith, mark, mark.dickinson
Date 2008-05-09.14:55:00
SpamBayes Score 0.08557121
Marked as misclassified No
Message-id <1210344901.64.0.233962723221.issue2802@psf.upfronthosting.co.za>
In-reply-to
Content
> It isn't hard (in Python):

<code deleted>

It's more complex, because the "3" is locale dependent, and is allowed
to be something like "3, then 2, then 3, then 1, repeating until the
start of the string".

See _group() in Lib/locale.py.

In any event, the code needs to be in C (sadly).  But as I said in my
previous comment (which probably crossed paths with yours), this C code
already exists.
History
Date User Action Args
2008-05-09 14:55:02eric.smithsetspambayes_score: 0.0855712 -> 0.08557121
recipients: + eric.smith, mark.dickinson, mark
2008-05-09 14:55:01eric.smithsetspambayes_score: 0.0855712 -> 0.0855712
messageid: <1210344901.64.0.233962723221.issue2802@psf.upfronthosting.co.za>
2008-05-09 14:55:01eric.smithlinkissue2802 messages
2008-05-09 14:55:00eric.smithcreate