Re: [Python-3000] PEP 3101 Updated

2007-08-15 Thread Alex Holkner
Talin wrote: > A new version is up, incorporating material from the various discussions > on this list: > > http://www.python.org/dev/peps/pep-3101/ I've been following this thread for a few weeks, and I believe the following issues haven't yet been addressed: The PEP abstract says this

Re: [Python-3000] struni and the Apple four-character-codes

2007-07-26 Thread Alex Holkner
Greg Ewing wrote: > 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. >