[Python-Dev] str object going in Py3K (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sat Feb 18 04:13:45 CET 2006
- Previous message: [Python-Dev] str object going in Py3K
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin v. Löwis wrote:
Another thought -- what is going to happen to os.open? Will it change to return bytes, or will there be a new os.openbytes? Nit-pickingly: os.open will continue to return integers.
Sorry, what I meant was will os.read return bytes.
Greg
- Previous message: [Python-Dev] str object going in Py3K
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]