[Python-3000] struni and the Apple four-character-codes (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 27 02:12:10 CEST 2007
- Previous message: [Python-3000] struni and the Apple four-character-codes
- Next message: [Python-3000] struni and the Apple four-character-codes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ronald Oussoren wrote:
No. Four-character-constants are not strings or byte arrays, they are integer literals.
Well, in Pascal they were character arrays -- it was only when they switched to C that they became ints. Conceptually they're still the same thing. Python isn't C, and doesn't have to be bound by C's limitations.
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiem! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-3000] struni and the Apple four-character-codes
- Next message: [Python-3000] struni and the Apple four-character-codes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]