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 vstinner
Recipients vstinner
Date 2008-07-06.16:07:27
SpamBayes Score 0.014237118
Marked as misclassified No
Message-id <1215360448.68.0.117610258006.issue3303@psf.upfronthosting.co.za>
In-reply-to
Content
Example to reproduce the bug:

import locale; locale.strcoll(u"a", None)
History
Date User Action Args
2008-07-06 16:07:28vstinnersetspambayes_score: 0.0142371 -> 0.014237118
recipients: + vstinner
2008-07-06 16:07:28vstinnersetspambayes_score: 0.0142371 -> 0.0142371
messageid: <1215360448.68.0.117610258006.issue3303@psf.upfronthosting.co.za>
2008-07-06 16:07:27vstinnerlinkissue3303 messages
2008-07-06 16:07:27vstinnercreate