[Python-Dev] str object going in Py3K (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 16 03:47:55 CET 2006
- Previous message: [Python-Dev] str.translate vs unicode.translate
- Next message: [Python-Dev] str object going in Py3K
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
So how about openbytes? This clearly links the resulting object with the bytes type, which is mutually reassuring.
That looks quite nice.
Another thought -- what is going to happen to os.open? Will it change to return bytes, or will there be a new os.openbytes?
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiam! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] str.translate vs unicode.translate
- Next message: [Python-Dev] str object going in Py3K
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]