[Python-Dev] unicode/string asymmetries

Thomas Heller thomas.heller@ion-tof.com
Tue, 8 Jan 2002 20:23:09 +0100


I noticed several unicode/string asymmetries:

1. No support for unicode in the struct and array modules.
Is this an oversight?

2. What would be the corresponding unicode format character for 'z'
in the struct module (string or None)?

3. There does not seem to be an equivalent to the 's' format character
for PyArg_Parse() or Py_BuildValue().

Thomas