[Python-Dev] Unifying Long Integers and Integers: baseint (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Thu Aug 12 07:19:58 CEST 2004
- Previous message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Next message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin:
Now, it would also "work" if it were a character string, which then gets converted to a byte string using the system default encoding
Or the encoding associated with the file object, which could be set to ascii, either by default or explicitly.
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 +--------------------------------------+
- Previous message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Next message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]