[Python-Dev] Re: adding a bytes sequence type to Python (original) (raw)

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Aug 19 03:42:36 CEST 2004


I'm still not convinced that we can simply drop the existing immutable 8-bit string type and replace it with a mutable bytes or buffer type, e.g. would buffer.lower() work on the buffer itself or return a lowered copy ?

Byte strings probably shouldn't have a lower() method at all, or any other method that assumes the contents represent characters.

Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+



More information about the Python-Dev mailing list