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 pitrou
Recipients arnimar, pitrou
Date 2008-02-16.20:04:32
SpamBayes Score 0.0030601874
Marked as misclassified No
Message-id <1203192273.81.0.554481227501.issue1813@psf.upfronthosting.co.za>
In-reply-to
Content
Even if we don't fix all uses of (?to)(lower|upper) in the source tree,
I think it's important that codec and locale lookup work properly when
the current locale defines non-latin case folding for latin characters.
Here is a patch.

Perhaps also the str type should grow ascii_lower() and ascii_upper()
methods, since many cases of using lower() and upper() actually assume
ascii semantics (e.g. for parsing of HTTP or SMTP headers).
History
Date User Action Args
2008-02-16 20:04:33pitrousetspambayes_score: 0.00306019 -> 0.0030601874
recipients: + pitrou, arnimar
2008-02-16 20:04:33pitrousetspambayes_score: 0.00306019 -> 0.00306019
messageid: <1203192273.81.0.554481227501.issue1813@psf.upfronthosting.co.za>
2008-02-16 20:04:33pitroulinkissue1813 messages
2008-02-16 20:04:32pitroucreate