[Python-Dev] logging module broken because of locale

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jul 19 03:17:20 CEST 2006


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


More information about the Python-Dev mailing list