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 georg.brandl
Recipients georg.brandl, loewis, rupole
Date 2008-07-01.20:15:25
SpamBayes Score 0.03470529
Marked as misclassified No
Message-id <1214943326.26.0.514976703316.issue3240@psf.upfronthosting.co.za>
In-reply-to
Content
Well, that wouldn't be different if you had set the locale in your
prompt. In short, ``u'a' in string.letters`` can never work with any
string.letters except the default, English-only one, and therefore is wrong.
History
Date User Action Args
2008-07-01 20:15:26georg.brandlsetspambayes_score: 0.0347053 -> 0.03470529
recipients: + georg.brandl, loewis, rupole
2008-07-01 20:15:26georg.brandlsetspambayes_score: 0.0347053 -> 0.0347053
messageid: <1214943326.26.0.514976703316.issue3240@psf.upfronthosting.co.za>
2008-07-01 20:15:25georg.brandllinkissue3240 messages
2008-07-01 20:15:25georg.brandlcreate