[Python-Dev] logging module broken because of locale (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jul 19 03:17:20 CEST 2006
- Previous message: [Python-Dev] logging module broken because of locale
- Next message: [Python-Dev] logging module broken because of locale
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
James Y Knight wrote:
That seems backwards of how it should be ideally: the byte-string upper and lower should always do ascii uppering-and-lowering, and the unicode ones should do it according to locale. Perhaps that can be cleaned up in py3k?
I would expect bytes objects not to have upper() and lower() methods at all in Py3k.
-- Greg
- Previous message: [Python-Dev] logging module broken because of locale
- Next message: [Python-Dev] logging module broken because of locale
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]